mirror of
https://github.com/kevinveenbirkenbach/duplicate-file-handler.git
synced 2024-11-14 18:11:03 +01:00
Added linebreak to make it easier readable
This commit is contained in:
parent
3e159df46d
commit
be44b2984f
1
main.py
1
main.py
@ -45,6 +45,7 @@ def handle_modification(files, modification, mode, apply_to):
|
||||
answer = input(f"Do you want to {modification} this file? {duplicate_file} [y/N] ")
|
||||
if answer.lower() in ['y', 'yes']:
|
||||
handle_file_modification(original_file, duplicate_file, modification)
|
||||
print()
|
||||
|
||||
def main(args):
|
||||
directories = args.directories
|
||||
|
Loading…
Reference in New Issue
Block a user