Skip to content

Commit 00db387

Browse files
author
Jens Timmerman
authored
Update easyblock.py
1 parent ef5b9e3 commit 00db387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ def make_module_req(self):
14871487
recursive = keys_requiring_files[key]
14881488
retained_paths = []
14891489
for pth in paths:
1490-
fullpath = os.path.join(self.installdir, path)
1490+
fullpath = os.path.join(self.installdir, pth)
14911491
if os.path.isdir(fullpath) and dir_contains_files(fullpath, recursive=recursive):
14921492
retained_paths.append(pth)
14931493
if retained_paths != paths:

0 commit comments

Comments
 (0)