terrible workaround for errors with 'http-metadata' (#3334)

This commit is contained in:
Mike Fährmann
2022-12-04 19:36:21 +01:00
parent 20e12b5d7c
commit d0b160461a

View File

@@ -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):