Skip to content

Commit

Permalink
Adding a new feature to avoid confusion in error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
scvalencia committed Nov 18, 2016
1 parent 093b3ff commit 763c0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@
'must has BOOL type')

ERROR_MALFORMED_CONDITION = ('Error while parsing the given condition. '
'%s, does not form a valid clause.')
'%s, does not form a valid clause.')

ERROR_UNRECOGNIZED_OPERATOR = 'Unrecognized operator or command: %s'

0 comments on commit 763c0d2

Please sign in to comment.