From: Silvio Rhatto Date: Mon, 8 Jul 2019 17:06:41 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5;p=grab-queue.git Minor fix --- 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 = ''