Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Aug 23, 2023
1 parent fafa23d commit c28ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/Expand/expand_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def filter_response_domain_range_exclusion(plover_answer, qg, log: ARAXResponse)

log.info(f"Filtered out {filtered_count} edges from response due to domain range exclusion")
except:
log.error("Plover response does not have domain_range_exclusion key.")
log.warning("Plover response does not have domain_range_exclusion key.")


return plover_answer
Expand Down

0 comments on commit c28ac09

Please sign in to comment.