diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-08 14:06:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-08 14:06:41 -0300 |
commit | e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5 (patch) | |
tree | beb64ecd087eb4bcee1c38bba1c55e69132e10ad | |
parent | 7b6c8b16cedc678c6b35a7996ff7c3474e174d21 (diff) | |
download | grab-queue-e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5.tar.gz grab-queue-e6b8c9637186029a46f0a8e3f5d0835cc32ed6a5.tar.bz2 |
Minor fix
-rwxr-xr-x | grab-queue | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = '' |