Skip to content

Commit ff069c0

Browse files
author
Caspar van Leeuwen
committed
Round of build duration to integer minutes
1 parent 8e683bc commit ff069c0

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
@@ -238,4 +238,4 @@ def inner_loop(software_name):
238238
easystack_file = f'easystack-{sequence_number}-eb-{previous_eb_ver}.yml'
239239
write_software_info(local_software_info, easystack_file, build_duration_current_easystack)
240240

241-
print(f"Total of {sequence_number} easystacks with a total build time of {total_build_duration} minutes")
241+
print(f"Total of {sequence_number} easystacks with a total build time of {total_build_duration:.0f} minutes")

0 commit comments

Comments
 (0)