Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboyd committed Jan 28, 2019
1 parent 0728e73 commit d45944a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlp/data_access/expr_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,8 @@ def _eval_logic_expr(job_id,

final_nlpql_feature = expr_obj.nlpql_feature
infix_expr = expr_obj.expr_text
assert 'subject' == context_field or 'document' == context_field

assert 'subject' == context_field or 'report_id' == context_field

if 'subject' == context_field:
other_context_field = 'report_id'
Expand Down

0 comments on commit d45944a

Please sign in to comment.