summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/contrib/archivefs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/contrib/archivefs.py b/fs/contrib/archivefs.py
index 2422723..1703278 100644
--- a/fs/contrib/archivefs.py
+++ b/fs/contrib/archivefs.py
@@ -196,7 +196,7 @@ class ArchiveMountFS(mountfs.MountFS):
return False
return type(object) is mountfs.MountFS.DirMount
- def _delegate(self, path):
+ def _delegate(self, path, auto_mount=True):
if self.auto_mount and auto_mount:
for ppath in recursepath(path)[1:]:
if self.ismount(ppath):