From d2d8f520ad5946960448f5827a254ce529d3c743 Mon Sep 17 00:00:00 2001 From: Julian Daube Date: Thu, 16 Apr 2020 12:29:09 +0200 Subject: [PATCH] fix the stupid --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8be102e..0ef0de6 100644 --- a/main.py +++ b/main.py @@ -73,7 +73,7 @@ def main(): dst = Path(files[file]) if not src.exists(): - print("src does not exist: {}".format(str(src)); + print("src does not exist: {}".format(str(src))) continue # create directory