Fixed indentation

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

@ -248,7 +248,7 @@ def Connect(host='localhost', port=443, user='root', pwd='',
si, stub = __LoginBySSPI(host, port, service, adapter, version, path,
keyFile, certFile, thumbprint, sslContext, b64token)
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''')
SetSi(si)