You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkBooleanExpression("%d%s%d"% (randInt1, INFERENCE_EQUALS_CHAR, randInt2))# just in case if DBMS hasn't properly recovered from previous delayed request
926
925
927
926
ifcheckBooleanExpression("%d%s%d"% (randInt1, INFERENCE_EQUALS_CHAR, randInt3)): # this must not be evaluated to True
928
927
retVal=False
@@ -936,7 +935,7 @@ def _():
936
935
retVal=False
937
936
break
938
937
939
-
elifcheckBooleanExpression("%d %d"% (randInt3, randInt2)): # this must not be evaluated to True (invalid statement)
938
+
elifcheckBooleanExpression("%d %d"% (randInt3, randInt2)): # this must not be evaluated to True (invalid statement)
0 commit comments