From 2cd409caa6421e66836b48979fcbfd3b685baa80 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 21 May 2024 15:14:54 +0200 Subject: git-sync on seele --- gamechestcli/gamechest/gameconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gamechestcli/gamechest/gameconfig.py b/gamechestcli/gamechest/gameconfig.py index 5e46efa..2c038c2 100644 --- a/gamechestcli/gamechest/gameconfig.py +++ b/gamechestcli/gamechest/gameconfig.py @@ -34,6 +34,7 @@ class GameConfig: game_config_path.mkdir(parents=True, exist_ok=True) game_config_filepath = game_config_path / 'config.yaml' self.game_config_filepath = game_config_filepath + self.config = {} with contextlib.ExitStack() as stack: stack.enter_context(contextlib.suppress(FileNotFoundError)) fdin = stack.enter_context(open(game_config_filepath, 'r', -- cgit v1.2.3