style: ruff check fix
CI / lint (pull_request) Successful in 19s
CI / test (3.11) (pull_request) Successful in 23s
CI / test (3.12) (pull_request) Successful in 25s
CI / test (3.13) (pull_request) Successful in 30s
Build and Publish / release (push) Failing after 10s
CI / lint (push) Successful in 21s
CI / test (3.11) (push) Successful in 25s
CI / test (3.12) (push) Successful in 25s
CI / test (3.13) (push) Successful in 28s

This commit was merged in pull request #12.
This commit is contained in:
2026-07-27 09:27:20 +02:00
parent 2399e0dddd
commit 5c412902f4
6 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ def get_config_path(env: str = "dev") -> Path:
# TODO fix logging.
def setup_logger(
name="aareDAQ", base_dir: str | None = f"~/tmp/mxlogs/", config_path: str | None = None
name="aareDAQ", base_dir: str | None = "~/tmp/mxlogs/", config_path: str | None = None
):
# switch to production mode using: $ APP_ENV=prod python main.py
env = os.getenv("APP_ENV", "dev") # default: dev