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 ef5b9e3 commit 00db387Copy full SHA for 00db387
easybuild/framework/easyblock.py
@@ -1487,7 +1487,7 @@ def make_module_req(self):
1487
recursive = keys_requiring_files[key]
1488
retained_paths = []
1489
for pth in paths:
1490
- fullpath = os.path.join(self.installdir, path)
+ fullpath = os.path.join(self.installdir, pth)
1491
if os.path.isdir(fullpath) and dir_contains_files(fullpath, recursive=recursive):
1492
retained_paths.append(pth)
1493
if retained_paths != paths:
0 commit comments