Commit e29c00bf by willmcgugan

watcher tweak

parent fb5b62a3
......@@ -170,6 +170,9 @@ class FS(object):
else:
self._lock = DummyLock()
def __repr__(self):
return self.__str__()
def __del__(self):
if not getattr(self, 'closed', True):
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