From 182de95dae3c9e9120cdef10f1ab7e103d7e7003 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 9 Jun 2024 22:42:12 -0600 Subject: [PATCH] Remove "collected" from fancy progress message --- tools/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,