diff --git a/tools/project.py b/tools/project.py index 2adb97b..15795f1 100644 --- a/tools/project.py +++ b/tools/project.py @@ -1235,7 +1235,7 @@ def calculate_progress(config: ProjectConfig) -> None: print(f" Data: {unit.data_progress} / {unit.data_total} bytes") if config.progress_use_fancy: print( - "\nYou have {} out of {} {} and collected {} out of {} {}.".format( + "\nYou have {} out of {} {} and {} out of {} {}.".format( math.floor(code_frac * unit.code_fancy_frac), unit.code_fancy_frac, unit.code_fancy_item,