bug fix: see git file changes

This commit is contained in:
Usman Nasir
2021-12-26 15:30:33 +05:00
parent 31e059c3ca
commit cc3816d607
3 changed files with 9 additions and 4 deletions

View File

@@ -683,6 +683,7 @@ class IncJobs(multi.Thread):
except BaseException as msg:
logging.statusWriter(self.statusPath,
'Failed to delete database: %s. [IncJobs.backupDatabases.456]' % str(msg), 1)
return 1
except BaseException as msg:
logging.statusWriter(self.statusPath, '%s. [IncJobs.backupDatabases.269][5009]' % str(msg), 1)