summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/wrapfs/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/wrapfs/__init__.py b/fs/wrapfs/__init__.py
index 7b9d1af..df89f5b 100644
--- a/fs/wrapfs/__init__.py
+++ b/fs/wrapfs/__init__.py
@@ -432,6 +432,7 @@ class WrapFS(FS):
if not self.closed:
self.wrapped_fs.close()
super(WrapFS,self).close()
+ self.wrapped_fs = None
def wrap_fs_methods(decorator, cls=None, exclude=[]):