From 92dfab4069c72911c27523e830d9cfd6a124c874 Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 6 Jan 2014 15:26:09 +0100 Subject: [PATCH] More text in error --- weboob/tools/application/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/tools/application/results.py b/weboob/tools/application/results.py index d99a0bce..1eccd495 100644 --- a/weboob/tools/application/results.py +++ b/weboob/tools/application/results.py @@ -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: