From 01166fa52707cc282467427cf0e65c1b8983c4be Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 20 Feb 2024 02:31:10 -0500 Subject: New upstream version 1.26.8. --- gallery_dl/path.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gallery_dl/path.py') 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 + "?" -- cgit v1.2.3