Skip to content

Commit 1282cf3

Browse files
minor fix
1 parent 6cf60ac commit 1282cf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slimer_script.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def slimer_script():
2626
for path in DIRECTORIES_TO_BE_SCANNED_FOR_BACKUP.values():
2727

2828
formatted_path = format_path(path)
29-
print(formatted_path)
3029

3130
backup_file = open(create_timestamped_and_named_file_name(APPLICATION_NAME + formatted_path
3231
+ SLIMER_SCRIPT_BACKUP_FILE_END_NAME),

0 commit comments

Comments
 (0)