Skip to content

Commit 93e53c0

Browse files
committed
bug fix: add debugging infor for backup verification process
1 parent 550af72 commit 93e53c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plogical/IncScheduler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,9 @@ def startNormalBackups(type):
833833

834834
# Read the results
835835
directories = stdout.read().decode().splitlines()
836-
print(f'directories of {str(directories)}')
836+
837+
if os.path.exists(ProcessUtilities.debugPath):
838+
logging.writeToFile(str(directories))
837839

838840
try:
839841

0 commit comments

Comments
 (0)