Fixed indentation

This commit is contained in:
Agnes Tevesz
2015-12-09 10:57:30 -05:00
parent f472ec7d19
commit 29d562462a

View File

@@ -248,7 +248,7 @@ def Connect(host='localhost', port=443, user='root', pwd='',
si, stub = __LoginBySSPI(host, port, service, adapter, version, path, si, stub = __LoginBySSPI(host, port, service, adapter, version, path,
keyFile, certFile, thumbprint, sslContext, b64token) keyFile, certFile, thumbprint, sslContext, b64token)
else: else:
raise Exception('''The provided connection mechanism is not available, the raise Exception('''The provided connection mechanism is not available, the
supported mechanisms are userpass or sspi''') supported mechanisms are userpass or sspi''')
SetSi(si) SetSi(si)