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

Commit

Permalink
fix typo error in phenotpe API
Browse files Browse the repository at this point in the history
  • Loading branch information
charhart committed Dec 14, 2021
1 parent f5f02b3 commit 7e03df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/apis/phenotype_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def nlpql():
# return 'Tuple syntax error'

nlpql_results = run_nlpql_parser(raw_nlpql)
t

if nlpql_results['has_errors'] or nlpql_results['has_warnings']:
return json.dumps(nlpql_results)
else:
Expand Down

0 comments on commit 7e03df5

Please sign in to comment.