Merge branch 'hotfix/test' of https://github.com/taosdata/TDengine into hotfix/test
This commit is contained in:
commit
90bdea4c5f
|
@ -225,6 +225,7 @@ class CTaosInterface(object):
|
||||||
|
|
||||||
if connection.value == None:
|
if connection.value == None:
|
||||||
print('connect to TDengine failed')
|
print('connect to TDengine failed')
|
||||||
|
raise ConnectionError("connect to TDengine failed")
|
||||||
# sys.exit(1)
|
# sys.exit(1)
|
||||||
#else:
|
#else:
|
||||||
# print('connect to TDengine success')
|
# print('connect to TDengine success')
|
||||||
|
|
Loading…
Reference in New Issue