Skip to content

Commit

Permalink
fix : unit added to PROGRAM_DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 28, 2024
1 parent 052304e commit f8ef7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions nafas/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def program_description_print(program_name, level, program_data):
program_name,
level,
str(cycle),
str(unit),
time_convert(total_time),
sequence))
line()
Expand Down
6 changes: 4 additions & 2 deletions nafas/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
Number of Cycles : {2}
Total Time : {3}
Unit : {3} seconds
Sequence : {4}
Total Time : {4}
Sequence : {5}
"""

MINUTES_TEMPLATE = "{:02.0f} minutes"
Expand Down

0 comments on commit f8ef7d9

Please sign in to comment.