bug fix: add debugging infor for backup verification process

This commit is contained in:
usmannasir 2024-07-25 18:49:52 +05:00
parent 550af723ae
commit 93e53c09ec
1 changed files with 3 additions and 1 deletions

View File

@ -833,7 +833,9 @@ Automatic backup failed for %s on %s.
# Read the results
directories = stdout.read().decode().splitlines()
print(f'directories of {str(directories)}')
if os.path.exists(ProcessUtilities.debugPath):
logging.writeToFile(str(directories))
try: