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

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: