summaryrefslogtreecommitdiff
path: root/fs/mountfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/mountfs.py')
-rw-r--r--fs/mountfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mountfs.py b/fs/mountfs.py
index c7eabaf..1377d66 100644
--- a/fs/mountfs.py
+++ b/fs/mountfs.py
@@ -161,7 +161,7 @@ class MountFS(FS):
return "Mount dir"
else:
return "Mounted file"
- return "Mounted dir, maps to path %s on %s" % (delegate_path or '/', str(fs))
+ return "Mounted dir, maps to path %s on %s" % (abspath(delegate_path) or '/', str(fs))
@synchronize
def isdir(self, path):