From 6599432c75445338f26d07226b3cda4460fd1855 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 29 Sep 2022 19:26:44 +0200 Subject: [PATCH] Cleanup of old progress bar code --- lib/installer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/installer.py b/lib/installer.py index c962abc..4dd96c9 100644 --- a/lib/installer.py +++ b/lib/installer.py @@ -83,9 +83,6 @@ def install_lib(lib, src_dir, work_dir, inst_dir, comp_cc, comp_cxx, comp_fc, bu finished = False while build_task.poll() is None: if not finished: - # bar_width = num_objects - # while (bar_width > 100): - # bar_width = int(bar_width/10) bar_width = 50 for i in progressbar(range(num_objects), "Building library: ", bar_width): while len(glob.glob('**/*.o', recursive=True)) < i: