Commit 6025e3a9 authored by Sam Rushing's avatar Sam Rushing

json_rpc_remote.close(): close before clearing

parent ccde4c02
......@@ -76,8 +76,8 @@ class json_rpc_remote:
def close (self):
if self.conn is not None:
self.conn = None
self.conn.close()
self.conn = None
def __getattr__ (self, name):
return proxy (self, name)
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