Skip to content

Commit

Permalink
fix not breaking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Jan 16, 2024
1 parent a588ba9 commit 1955bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utility/progress_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async def monitor_pool_async(
while True:
if result.ready():
ProgressMonitor.print_progress_bar(1, 1, prefix, suffix)
break
else:
size = queue.qsize()
ProgressMonitor.print_progress_bar(size, total_size, prefix, suffix)
Expand Down

0 comments on commit 1955bc4

Please sign in to comment.