Skip to content

Commit

Permalink
changed log message to ref KRT
Browse files Browse the repository at this point in the history
  • Loading branch information
RichJackson committed Jul 3, 2024
1 parent d7931a1 commit 248be39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kazu/ontology_preprocessing/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def _create_human_conflict_report(self) -> OntologyResourceSetConflictReport:

if len(human_curation_report.case_conflicts) > 0:
logger.warning(
"%s case conflicts detected in human curation set for %s. These will not be used until they are fixed. See the global conflict report in the model pack root.",
"%s case conflicts detected in human curation set for %s. These will not be used until they are fixed. Use the Kazu Resource Tool to fix these.",
len(human_curation_report.case_conflicts),
self.name,
)
Expand Down

0 comments on commit 248be39

Please sign in to comment.