Skip to content

Commit

Permalink
log message on import
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Oct 13, 2022
1 parent 82900f0 commit 21de631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hermes_core/__init__.py
Expand Up @@ -23,3 +23,5 @@
INST_TARGETNAMES = ["EEA", "MAG", "MERIT", "SPANI"]
INST_TO_SHORTNAME = dict(zip(INST_NAMES, INST_SHORTNAMES))
INST_TO_TARGETNAME = dict(zip(INST_NAMES, INST_TARGETNAMES))

log.info(f"hermes_core version: {__version__}")

0 comments on commit 21de631

Please sign in to comment.