Skip to content

Commit fa5b306

Browse files
committed
Change into directory of first source
1 parent eb07c72 commit fa5b306

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

easybuild/framework/easyblock.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,11 +2860,6 @@ def extract_step(self):
28602860
self.src[self.src.index(src)]['finalpath'] = srcdir
28612861
else:
28622862
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)
28682863

28692864
def patch_step(self, beginpath=None, patches=None):
28702865
"""

0 commit comments

Comments
 (0)