]> gitweb.fluxo.info Git - grab-queue.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Jul 2019 17:06:41 +0000 (14:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Jul 2019 17:06:41 +0000 (14:06 -0300)
grab-queue

index e2a7c7b232aa124b42ea84c788c8e68905dff8c2..cbaf1417df5c5fe80ac3901108c731eab752ea87 100755 (executable)
@@ -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 = ''