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 5bbf302 commit 5a8014fCopy full SHA for 5a8014f
test/framework/toy_build.py
@@ -3715,7 +3715,7 @@ def post_easyblock_hook(self):
3715
print(f'done with installation of {self.name} {self.version}')
3716
3717
def post_build_and_install_loop_hook(ecs):
3718
- print(f"done with installing {len(ecs)} easyconfigs: {' '.join(ec[1]['full_mod_name'] for ec in ecs)}")
+ print(f"done with installing {len(ecs)} easyconfigs: {' '.join(ec['full_mod_name'] for ec in ecs)}")
3719
""")
3720
write_file(hooks_file, hooks_file_txt)
3721
0 commit comments