fix case
This commit is contained in:
parent
53f8cb2a14
commit
79ccc712a9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue