Skip to content

Commit

Permalink
Update parsers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 29, 2023
1 parent 34fe7aa commit b89b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sssom/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def _make_mdict(
try:
predicate_curie = safe_compress(predicate_id, converter)
except ValueError as e:
logging.debug("could not parse object %s - %s", object_id, e)
logging.debug("could not parse predicate %s - %s", predicate_id, e)
else:
mdict[PREDICATE_ID] = predicate_curie

Expand Down

0 comments on commit b89b68a

Please sign in to comment.