Skip to content

Commit

Permalink
Remove a TODO regarding log messages
Browse files Browse the repository at this point in the history
The TODO is no longer needed. The problem mention is fixed through linkml/linkml#2323 and linkml/linkml-runtime#340.
  • Loading branch information
candleindark authored Sep 21, 2024
1 parent 31e0a53 commit 10ec848
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dandisets_linkml_status_tools/cli/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def compile_validation_report(dandiset: RemoteDandiset) -> DandisetValidationRep
)

# Validate the raw metadata using the LinkML schema
# TODO: the following line turns off disables further logging messages
# to be printed to the console. Find out why this is the case.
linkml_validation_errs = dandiset_linkml_validator.validate(raw_metadata)
if linkml_validation_errs:
logger.info("Captured LinkML validation errors for dandiset %s", dandiset_id)
Expand Down

0 comments on commit 10ec848

Please sign in to comment.