This commit is contained in:
Miroslav Stampar
2023-09-07 11:03:01 +02:00
parent 6caba631a8
commit c629374858
4 changed files with 4 additions and 4 deletions

View File

@@ -308,7 +308,7 @@ def unionUse(expression, unpack=True, dump=False):
stopLimit = 1
elif (not count or int(count) == 0):
elif not isNumPosStrValue(count):
if not count:
warnMsg = "the SQL query provided does not "
warnMsg += "return any output"