Skip to content

Commit dd04f4f

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

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
@@ -3662,7 +3662,7 @@ def parse_hook(ec):
36623662
print(ec['postinstallcmds'][-1])
36633663
36643664
def pre_build_and_install_loop_hook(ecs):
3665-
print(f'installing {len(ecs)} easyconfigs: {' '.join(ec['full_mod_name'] for ec in ecs)}')
3665+
print(f"installing {len(ecs)} easyconfigs: {' '.join(ec['full_mod_name'] for ec in ecs)}")
36663666
36673667
def pre_easyblock_hook(self):
36683668
print(f'starting installation of {self.name} {self.version}')

0 commit comments

Comments
 (0)