提交 210c29dc 编写于 作者: C cpwu

fix case

上级 2ed66470
......@@ -167,16 +167,12 @@ class TDTestCase:
def user_login(self, user, passwd):
login_except = False
tdLog.printNoPrefix(login_except)
try:
with taos_connect(user=user, passwd=passwd) as cursor:
cursor
except BaseException:
login_except = True
cursor = None
tdLog.printNoPrefix(f"end,{login_except}")
return login_except, cursor
def login_currrent(self, user, passwd):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册