Commit ac1b6b3f by rfkelly0

consistently return result of setcontents()

parent ea1b80c1
......@@ -205,7 +205,7 @@ class ConnectionManagerFS(LazyFS):
self.connected = connected
def setcontents(self,path,data):
self.wrapped_fs.setcontents(path,data)
return self.wrapped_fs.setcontents(path,data)
def __getstate__(self):
state = super(ConnectionManagerFS,self).__getstate__()
......
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