Skip to content

Commit

Permalink
style fixes:
Browse files Browse the repository at this point in the history
  • Loading branch information
shac170 committed Mar 18, 2024
1 parent 251e8c8 commit 87c7c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcdc/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ def loop_source(seed, mcdc):
max_work = work_remaining

# Progress printout
'''
"""
percent = 1 - work_remaining / max_work
if mcdc["setting"]["progress_bar"] and int(percent * 100.0) > N_prog:
N_prog += 1
with objmode():
print_progress(percent, mcdc)
'''
"""
if work_remaining + total_sent == 0:
terminated = True

Expand Down

0 comments on commit 87c7c0b

Please sign in to comment.