More text in error
This commit is contained in:
parent
0b39d2d873
commit
92dfab4069
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class ResultsCondition(IResultsCondition):
|
||||||
operator = op
|
operator = op
|
||||||
break
|
break
|
||||||
if operator is None:
|
if operator is None:
|
||||||
raise ResultsConditionError(u'Could not find a valid operator in sub-expression "%s"' % _and)
|
raise ResultsConditionError(u'Could not find a valid operator in sub-expression "%s". Protect the complete condition expression with quotes, or read the documentation in the man manual.' % _and)
|
||||||
try:
|
try:
|
||||||
l, r = _and.split(operator)
|
l, r = _and.split(operator)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue