aboutsummaryrefslogtreecommitdiff
path: root/grab-queue
diff options
context:
space:
mode:
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 = ''