From 64db13c17f714ae71aaa276d12b92e532255fa8f Mon Sep 17 00:00:00 2001 From: RiffSphere <58853004+RiffSphere@users.noreply.github.com> Date: Sat, 7 Aug 2021 21:13:58 +0200 Subject: [PATCH] Update collectarr.py --- collectarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectarr.py b/collectarr.py index 91d9167..3c95990 100644 --- a/collectarr.py +++ b/collectarr.py @@ -5,7 +5,7 @@ nolog=False def get_dir(input_path): path = list(os.path.split(input_path)) if path[0] in ["~","."]: path[0] = os.getcwd() - return os.path.join(*path) + return os.path.join(*path) + "/" def log(text,time=True): pay=""