Skip to content

Commit

Permalink
fix: failure to determine location only goes to debug level (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jun 21, 2023
1 parent 770b0c8 commit 76bc510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinvar_tsv/parse_clinvar_xml.py
Expand Up @@ -125,7 +125,7 @@ def run(self): # noqa: C901
TypeError,
)
except TypeError:
logger.info(
logger.debug(
"Cannot determine location from %s", measure
)
continue
Expand Down

0 comments on commit 76bc510

Please sign in to comment.