Skip to content

Commit 5bbf302

Browse files
authored
Update test/framework/toy_build.py
1 parent dd04f4f commit 5bbf302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toy_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ def post_easyblock_hook(self):
37153715
print(f'done with installation of {self.name} {self.version}')
37163716
37173717
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)}')
3718+
print(f"done with installing {len(ecs)} easyconfigs: {' '.join(ec[1]['full_mod_name'] for ec in ecs)}")
37193719
""")
37203720
write_file(hooks_file, hooks_file_txt)
37213721

0 commit comments

Comments
 (0)