Increase code resiliance
This commit is contained in:
parent
8a4b1c00f3
commit
04e1fb4ba8
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class ConnectionManager(object):
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
def connectToServer(self, server, options={}):
|
def connectToServer(self, server, options=None):
|
||||||
log.info("begin connectToServer")
|
log.info("begin connectToServer")
|
||||||
|
|
||||||
tests = []
|
tests = []
|
||||||
|
|
Loading…
Reference in a new issue