This commit is contained in:
cpwu 2022-05-12 19:02:49 +08:00
parent 53f8cb2a14
commit 79ccc712a9
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class TDTestCase:
login_except = True login_except = True
cursor = None cursor = None
tdLog.printNoPrefix("end,", login_except) tdLog.printNoPrefix(f"end,{login_except}")
return login_except, cursor return login_except, cursor