We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf60ac commit 1282cf3Copy full SHA for 1282cf3
slimer_script.py
@@ -26,7 +26,6 @@ def slimer_script():
26
for path in DIRECTORIES_TO_BE_SCANNED_FOR_BACKUP.values():
27
28
formatted_path = format_path(path)
29
- print(formatted_path)
30
31
backup_file = open(create_timestamped_and_named_file_name(APPLICATION_NAME + formatted_path
32
+ SLIMER_SCRIPT_BACKUP_FILE_END_NAME),
0 commit comments