fix filename formatting silently failing under certain circumstances

pull/5186/head
blankie 7 months ago
parent 5c2a2321a2
commit 909830f8ea
No known key found for this signature in database
GPG Key ID: CC15FC822C7F61F5

@ -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 + "?"

Loading…
Cancel
Save