Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Mar 15, 2024
1 parent 3c8f41f commit b330231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def map_deprecated_terms(
entry["comments"] = ontology_metadata["comments"]
if replacement_term:
entry["replaced_by"] = replacement_term
if ontology_metadata["replaced_by"].split(":")[0] != ontology_term_id.split(":")[0]:
if replacement_term.split(":")[0] != ontology_term_id.split(":")[0]:
entry["needs_alert"] = True
else:
if ontology_term_id not in replaced_by_map[ontology_type]:
Expand Down

0 comments on commit b330231

Please sign in to comment.