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 b09e312 commit dd04f4fCopy full SHA for dd04f4f
test/framework/toy_build.py
@@ -3662,7 +3662,7 @@ def parse_hook(ec):
3662
print(ec['postinstallcmds'][-1])
3663
3664
def pre_build_and_install_loop_hook(ecs):
3665
- print(f'installing {len(ecs)} easyconfigs: {' '.join(ec['full_mod_name'] for ec in ecs)}')
+ print(f"installing {len(ecs)} easyconfigs: {' '.join(ec['full_mod_name'] for ec in ecs)}")
3666
3667
def pre_easyblock_hook(self):
3668
print(f'starting installation of {self.name} {self.version}')
0 commit comments