Reformat file
This commit is contained in:
parent
df5fc37419
commit
92a001bf52
@ -30,7 +30,9 @@ if __name__ == "__main__":
|
|||||||
try:
|
try:
|
||||||
instruction()
|
instruction()
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
logging.error(f"Could not move {instruction.old_path} -> {instruction.new_path}")
|
logging.error(
|
||||||
|
f"Could not move {instruction.old_path} -> {instruction.new_path}"
|
||||||
|
)
|
||||||
logging.info("Moving done")
|
logging.info("Moving done")
|
||||||
|
|
||||||
logging.info("Karaokatalog Organization done")
|
logging.info("Karaokatalog Organization done")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user