Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Oct 29, 2024
1 parent 9c4bf88 commit fcf0079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csd3-side/scripts/backup_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
for line in logc:
if 'collated_' in line:
prog = len(line.split('"')[-2].split(','))
print(prog)
else:
prog = 1
print(prog)
pbar.update(prog - progress)
progress = prog
print(progress)

0 comments on commit fcf0079

Please sign in to comment.