From 41e56efd3273c26a97a0885ceb9f59d830369e10 Mon Sep 17 00:00:00 2001 From: btimby Date: Thu, 13 Sep 2012 22:30:33 +0000 Subject: Oops, forgot the auto_mount parameter. git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@816 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/contrib/archivefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1