Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Jul 2, 2024
1 parent e09d7b6 commit 50d8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ def prepare_display_summary(self):
Completed = True if Completed and not self.__BackupReports[Folder][-1]['Errors'] else False

TriesCount = 0
FilesToProcessReport = 0
for Report in (self.__BackupReports[Folder]): # tries

TriesCount += 1

FilesToProcessReport = 0
if Report['FilesToProcess'] > FilesToProcessReport:
FilesToProcessReport = Report['FilesToProcess']

Expand Down

0 comments on commit 50d8798

Please sign in to comment.