This commit is contained in:
cpwu 2022-05-12 19:01:45 +08:00
parent 1af18e395d
commit 53f8cb2a14
1 changed files with 0 additions and 5 deletions

View File

@ -177,11 +177,6 @@ class TDTestCase:
tdLog.printNoPrefix("end,", login_except) tdLog.printNoPrefix("end,", login_except)
# with taos_connect(user=user, passwd=passwd) as conn:
# cursor = conn.cursor()
# if not cursor:
# login_except = True
return login_except, cursor return login_except, cursor
def login_currrent(self, user, passwd): def login_currrent(self, user, passwd):