From be44b2984fe442e35d57bf46b884e35b31706bfa Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 14 Nov 2023 11:56:02 +0100 Subject: [PATCH] Added linebreak to make it easier readable --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index c1612e6..a598731 100644 --- a/main.py +++ b/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