bug fix: add debugging infor for backup verification process
This commit is contained in:
parent
550af723ae
commit
93e53c09ec
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue