Commit 1edd6d35 by btimby

*sigh* typo, caught during testing.

parent 9f277220
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment