Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Oct 28, 2024
1 parent e798f8a commit 7a0e0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csd3-side/scripts/backup_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
if 'Folders: ' in line and '; Files: ' in line:
prog = float(line.split()[1].strip().translate(str.maketrans('', '', string.punctuation)))
if prog > progress:

pbar.update(prog - progress)
progress = prog
pbar.update(progress)
break

0 comments on commit 7a0e0d3

Please sign in to comment.