Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Dec 18, 2023
1 parent 9c1eb08 commit 915b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/generate_database_taxo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def convert_to_int_safe(s: str):
result = int(s)
return result
except ValueError:
logging.warning(f"{s} is not a valid integer.")
logging.error(f"{s} is not a valid integer.")
return None


Expand Down

0 comments on commit 915b1dd

Please sign in to comment.