aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/path.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-08-17 20:18:26 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-08-17 20:18:26 -0400
commit7e07278f6d1e8960eeb8361a58eb87dd10a50d01 (patch)
treeb4ddf06a7de8fc88d77c5b39b634d16fd6a02ccb /gallery_dl/path.py
parentf2c968314d976d2c355b5cb1628c8393c031921b (diff)
parent3c1539bde1b47fff0ba81c9d92801fa700fedc3b (diff)
Update upstream source from tag 'upstream/1.30.4'
Update to upstream version '1.30.4' with Debian dir da109e2d591a480670fd2f6046efae700d8e9bfc
Diffstat (limited to 'gallery_dl/path.py')
-rw-r--r--gallery_dl/path.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gallery_dl/path.py b/gallery_dl/path.py
index eecbd6c..6381622 100644
--- a/gallery_dl/path.py
+++ b/gallery_dl/path.py
@@ -134,6 +134,9 @@ class PathFormat():
basedir = self.clean_path(basedir)
self.basedirectory = basedir
+ def __str__(self):
+ return self.realpath
+
def open(self, mode="wb"):
"""Open file and return a corresponding file object"""
try: