Fix typo
This commit is contained in:
parent
bd48a75ade
commit
8802d697ba
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class ResultsCondition(IResultsCondition):
|
||||||
except:
|
except:
|
||||||
myeval = False
|
myeval = False
|
||||||
else:
|
else:
|
||||||
raise ResultsConditionError(u'Field "%s" is not valid.' % k)
|
raise ResultsConditionError(u'Field "%s" is not valid.' % condition.left)
|
||||||
# Do not try all AND conditions if one is false
|
# Do not try all AND conditions if one is false
|
||||||
if not myeval:
|
if not myeval:
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue