Skip to content

Commit

Permalink
Add incremental progress at end
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed May 22, 2024
1 parent 4aeca75 commit 1211090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/sysprofiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ def cpydProfile(logMsg,warn=None):
for x in criticals:
cpydProfile(x)
time.sleep(0.1)
progressUpdate(94)
time.sleep(0.1)
progressUpdate(95)
time.sleep(0.1)
progressUpdate(97)
if warningCount > 0:
cpydProfile((" \n"))
Expand Down

0 comments on commit 1211090

Please sign in to comment.