From bf33518135280d4a155518e6f0d4fc648574a4c5 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 20 May 2024 11:51:45 +0200 Subject: [PATCH] time_aggregation: add missing logger object --- scripts/time_aggregation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/time_aggregation.py b/scripts/time_aggregation.py index 3ccc9a67..d7d07212 100644 --- a/scripts/time_aggregation.py +++ b/scripts/time_aggregation.py @@ -47,6 +47,8 @@ from _helpers import ( update_config_from_wildcards, ) +logger = logging.getLogger(__name__) + if __name__ == "__main__": if "snakemake" not in globals(): from _helpers import mock_snakemake