提交 2ed66470 编写于 作者: C cpwu

fix case

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