fixing few potential problems

This commit is contained in:
Miroslav Stampar
2012-02-29 13:56:40 +00:00
parent c39d85420a
commit d06182347f
3 changed files with 6 additions and 5 deletions

View File

@@ -1449,7 +1449,7 @@ class Enumeration:
value = inject.getValue(query, blind=False)
if column == colList[0]:
if isNoneValue(value) or not value:
if isNoneValue(value):
breakRetrieval = True
break
else: