We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb07c72 commit fa5b306Copy full SHA for fa5b306
easybuild/framework/easyblock.py
@@ -2860,11 +2860,6 @@ def extract_step(self):
2860
self.src[self.src.index(src)]['finalpath'] = srcdir
2861
else:
2862
raise EasyBuildError("Unpacking source %s failed", src['name'])
2863
- # Compatibility with previous EasyBuild versions:
2864
- # When multiple sources were extracted subsequent calls of `extract_file` returned the build directory
2865
- # so we changed to that instead of the directory of the first/main source
2866
- if len(src) > 1:
2867
- change_dir(self.builddir)
2868
2869
def patch_step(self, beginpath=None, patches=None):
2870
"""
0 commit comments