From 96c3effce1b1f93238a15b4fd9da42abcde4f614 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Sat, 5 Feb 2022 12:48:03 +0000 Subject: [PATCH] latest release --- musicutil/commands/process_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicutil/commands/process_command.py b/musicutil/commands/process_command.py index be8c547..67229cc 100644 --- a/musicutil/commands/process_command.py +++ b/musicutil/commands/process_command.py @@ -43,7 +43,7 @@ class ProcessCommand(): f"{artist} - {title}") if filename != proper_filename: - print(f"Renaming \"{filename}\"", "to" + + print(f"Renaming \"{filename}\"", "to " + f"\"{proper_filename}\"" + "\n") new_file = deep_copy(file)