提交 116a1bf4 编写于 作者: C cpwu

fix case

上级 9d5b1027
......@@ -184,7 +184,7 @@ class TDTestCase:
login_except = False
try:
with taos_connect(user=user, passwd=passwd) as conn:
cursor = conn.cursor()
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.
先完成此消息的编辑!
想要评论请 注册