summaryrefslogtreecommitdiffstats
path: root/gallery_dl/path.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-02-20 02:31:10 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2024-02-20 02:31:10 -0500
commit01166fa52707cc282467427cf0e65c1b8983c4be (patch)
tree7f61e0de7e76a7a226bb6e05e4e3d181e11f673a /gallery_dl/path.py
parent12e23f1195164dcb740d6d4a4287e762c9e5e534 (diff)
New upstream version 1.26.8.upstream/1.26.8
Diffstat (limited to 'gallery_dl/path.py')
-rw-r--r--gallery_dl/path.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gallery_dl/path.py b/gallery_dl/path.py
index 71927a5..1616bbd 100644
--- a/gallery_dl/path.py
+++ b/gallery_dl/path.py
@@ -231,6 +231,8 @@ class PathFormat():
self.temppath = self.realpath = self.realpath[:-1]
elif not self.temppath:
self.build_path()
+ except exception.GalleryDLException:
+ raise
except Exception:
self.path = self.directory + "?"
self.realpath = self.temppath = self.realdirectory + "?"