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
|
||||
break
|
||||
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:
|
||||
l, r = _and.split(operator)
|
||||
except ValueError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue