Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Apr 19, 2024
1 parent 885cd90 commit a058755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyam/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def configure_logging():
"""Configure logging"""
logging_config = here / "logging.json"
with open(logging_config) as file:
config_dict = json.load(file)
config.dictConfig(config_dict)
config.dictConfig(json.load(file))


@contextmanager
Expand Down

0 comments on commit a058755

Please sign in to comment.