Skip to content

Commit

Permalink
"do something else" (good enough for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Oct 24, 2023
1 parent f5666d6 commit 6cb89b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koza/model/config/sssom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ def _set_mapping(
elif self._has_match(predicate, match):
lut[original_id][mapped_prefix] = mapped_id
else:
logger.warning(f"")
logger.warning(f"{match} match not found for {original_id} to {mapped_prefix} with predicate {predicate}")
return lut

0 comments on commit 6cb89b3

Please sign in to comment.