added namespace and preserved order of parameters to be consistent with function declaration
This commit is contained in:
parent
9b8164b201
commit
ef18ed3248
@ -293,8 +293,9 @@ def ConnectNoSSL(host='localhost', port=443, user='root', pwd='',
|
||||
pwd=pwd,
|
||||
service=service,
|
||||
adapter=adapter,
|
||||
version=version,
|
||||
namespace=namespace,
|
||||
path=path,
|
||||
version=version,
|
||||
keyFile=keyFile,
|
||||
certFile=certFile,
|
||||
thumbprint=thumbprint,
|
||||
|
Loading…
Reference in New Issue
Block a user