Skip to content

Commit

Permalink
gotta push em all
Browse files Browse the repository at this point in the history
  • Loading branch information
cbizon committed Jul 19, 2023
1 parent 5e5035f commit 3238c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def add_knowledge_edge(result_message, aux_graph_ids, answer):
qnode_subject = answer
qnode_object = query_graph["nodes"][qnode_object_id]["ids"][0]
predicate = qedge["predicates"][0]
if "qualifier_constraints" in qedge:
if "qualifier_constraints" in qedge and qedge["qualifier_constraints"] is not None and len(qedge["qualifier_constraints"]) > 0:
qualifiers = qedge["qualifier_constraints"][0]["qualifier_set"]
else:
qualifiers = None
Expand Down

0 comments on commit 3238c0e

Please sign in to comment.