aboutsummaryrefslogtreecommitdiff
path: root/grab-queue
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-07-08 14:06:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-07-08 14:06:41 -0300
commite6b8c9637186029a46f0a8e3f5d0835cc32ed6a5 (patch)
treebeb64ecd087eb4bcee1c38bba1c55e69132e10ad /grab-queue
parent7b6c8b16cedc678c6b35a7996ff7c3474e174d21 (diff)
downloadgrab-queue-e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5.tar.gz
grab-queue-e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5.tar.bz2
Minor fix
Diffstat (limited to 'grab-queue')
-rwxr-xr-xgrab-queue2
1 files changed, 1 insertions, 1 deletions
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 = ''