aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/postprocessor
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:52 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:52 -0500
commit98c6e469f590f6891c51c5febe1f813b2dc977da (patch)
tree9d6edc52e25f4360179bbe8b1c276bbc42b5ab16 /gallery_dl/postprocessor
parentdb32caa91551d41b9af8180dbf039d42856e2c47 (diff)
parent4d7a4f1ecef2c96269f3590335d2834ebcdd50bf (diff)
Update upstream source from tag 'upstream/1.26.5'
Update to upstream version '1.26.5' with Debian dir 1dc7837c0ebb3638f03ef761990f5066c0499e14
Diffstat (limited to 'gallery_dl/postprocessor')
-rw-r--r--gallery_dl/postprocessor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/postprocessor/common.py b/gallery_dl/postprocessor/common.py
index 10d9fba..1d2fba8 100644
--- a/gallery_dl/postprocessor/common.py
+++ b/gallery_dl/postprocessor/common.py
@@ -41,7 +41,7 @@ class PostProcessor():
"_archive_" + self.name)
except Exception as exc:
self.log.warning(
- "Failed to open %s archive at '%s' ('%s: %s')",
+ "Failed to open %s archive at '%s' (%s: %s)",
self.name, archive, exc.__class__.__name__, exc)
else:
self.log.debug("Using %s archive '%s'", self.name, archive)