From e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Jul 2019 14:06:41 -0300 Subject: Minor fix --- grab-queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grab-queue') diff --git a/grab-queue b/grab-queue index e2a7c7b..cbaf141 100755 --- a/grab-queue +++ b/grab-queue @@ -70,7 +70,7 @@ class DownloadMultiple: # Heuristics to check if dest is a folder if local_filename[-1] == '/': folder = local_filename - log_sep = '../logs/' + log_sep = folder + '../logs/' else: folder = os.path.dirname(local_filename) log_sep = '' -- cgit v1.2.3