Skip to content

Commit

Permalink
fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
th2ch-g committed Mar 31, 2024
1 parent bf8a0dc commit 4ea9329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacs/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def check(self) -> None:

# lower
if self.type is None:
LOGGER("type is None")
LOGGER.error("type is None")
exit(1)
if self.simulator is None:
LOGGER.error("simulator is None")
Expand Down

0 comments on commit 4ea9329

Please sign in to comment.