venmo/business-rules

not_equal_to operator is not working in both string and numeric types.

Closed this issue · 1 comments

Error:

lib/python3.5/site-packages/business_rules/engine.py", line 81, in fallback
operator_name, operator_type.class.name))
AssertionError: Operator not_equal_to does not exist for type StringType

Enhancement