提交 d63deb5a 编写于 作者: C cpwu

fix case

上级 5284f696
......@@ -169,7 +169,7 @@ class TDTestCase:
login_except = False
try:
with taos_connect(user=user, passwd=passwd) as conn:
pass
cursor = conn.cursor()
except BaseException:
login_except = True
cursor = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册