From ffcb056dbaee1eef605a8ac3db3ddd07ae775853 Mon Sep 17 00:00:00 2001 From: buzzer-re <22428720+buzzer-re@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:39:19 -0300 Subject: [PATCH] FIX: Fix config parser REM: Unused shared controller source --- cli/yorha.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/yorha.py b/cli/yorha.py index df9acdb..7a475ec 100644 --- a/cli/yorha.py +++ b/cli/yorha.py @@ -62,9 +62,11 @@ def create_config() -> bool: with open(CONFIG, "w") as cfg_fd: new_cfg.write(cfg_fd) + cfg_fd.close() print(f"Configuration saved at {CONFIG} !") + return True def parse_config() -> ConfigParser: