summaryrefslogtreecommitdiffstats
path: root/gallery_dl/job.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:47 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:47 -0500
commit4d7a4f1ecef2c96269f3590335d2834ebcdd50bf (patch)
treec66c0b829ed69c7424befddc193eaa51054b1410 /gallery_dl/job.py
parent30dee4697019389ef29458b2e3931adc976389b2 (diff)
New upstream version 1.26.5.upstream/1.26.5
Diffstat (limited to 'gallery_dl/job.py')
-rw-r--r--gallery_dl/job.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py
index ac2ac7a..eb10a0c 100644
--- a/gallery_dl/job.py
+++ b/gallery_dl/job.py
@@ -520,7 +520,7 @@ class DownloadJob(Job):
archive, archive_format, archive_pragma)
except Exception as exc:
extr.log.warning(
- "Failed to open download archive at '%s' ('%s: %s')",
+ "Failed to open download archive at '%s' (%s: %s)",
archive, exc.__class__.__name__, exc)
else:
extr.log.debug("Using download archive '%s'", archive)