mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 00:00:29 +02:00
Remove progress bar.
This commit is contained in:
parent
6ffa91344a
commit
96514ddf95
4 changed files with 22 additions and 47 deletions
|
@ -310,9 +310,6 @@ def progress_bar(
|
|||
subsequently)
|
||||
:param text: short description
|
||||
"""
|
||||
if number == 0:
|
||||
sys.stdout.write(text + "...\n")
|
||||
return
|
||||
if number == -1:
|
||||
sys.stdout.write(f"100 % {length * '█'}▏{text}\n")
|
||||
elif number % step == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue