Skip to content

Commit

Permalink
Remove check for missing justification
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 12, 2023
1 parent 70ebab8 commit 74d154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semra/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def _get_sssom_row(mapping: Mapping, e: Evidence):
mapping.s.curie,
mapping.p.curie,
mapping.o.curie,
e.justification.curie if e.justification else "",
e.justification.curie,
",".join(sorted(e.mapping_set_names)),
mapping_set_version,
mapping_set_license,
Expand Down

0 comments on commit 74d154d

Please sign in to comment.