From cd9367401b11631eba8f43f1067008ae75d0e3c9 Mon Sep 17 00:00:00 2001 From: btimby Date: Mon, 4 Mar 2013 15:52:46 +0000 Subject: *sigh* typo, caught during testing. git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@846 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 4c7f2a6..cfc1cbd 100644 --- a/fs/contrib/archivefs.py +++ b/fs/contrib/archivefs.py @@ -186,7 +186,7 @@ class ArchiveMountFS(mountfs.MountFS): @synchronize def close(self): # Close and delete references to any other fs instances. - if self.rootsfs is not None: + if self.rootfs is not None: self.rootfs.close() self.rootfs = None super(ArchiveMountFS, self).close() -- cgit v1.2.1