Skip to content

Commit bb6bed3

Browse files
author
Caspar van Leeuwen
committed
Add missing colon
1 parent ff069c0 commit bb6bed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eessi_software_reproduce_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def write_software_info(local_software_info, easystack_file, build_duration):
113113
for software_name, info in local_software_info.items():
114114
if args.debug:
115115
print(f'Adding {software_name} with build duration {info["build_duration"]:.0f} to easystack {easystack_file}.')
116-
easystack_file_handle.write(f' - {info["easyconfig_path"]}\n')
116+
easystack_file_handle.write(f' - {info["easyconfig_path"]}:\n')
117117
easystack_file_handle.write(' options:\n')
118118
easystack_file_handle.write(f' include-easyblocks: {info["easyblock_path"]}\n')
119119

0 commit comments

Comments
 (0)