diff options
Diffstat (limited to 'gallery_dl/path.py')
| -rw-r--r-- | gallery_dl/path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/path.py b/gallery_dl/path.py index e901fb9..7d599ee 100644 --- a/gallery_dl/path.py +++ b/gallery_dl/path.py @@ -219,7 +219,7 @@ class PathFormat(): self.path = self.path[:-1] self.temppath = self.realpath = self.realpath[:-1] elif not self.temppath: - self.build_path() + self.path = self.directory + "?" return True def build_filename(self, kwdict): |
