From f8117ebdc0a377d01219ebb277d8e26ba5d535c1 Mon Sep 17 00:00:00 2001 From: mryel00 Date: Fri, 10 May 2024 21:23:31 +0200 Subject: [PATCH] chore: remove unnecessary code This check is made inside the called tool too. Therefore removing it here. Signed-off-by: mryel00 --- kiauh/components/crowsnest/crowsnest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kiauh/components/crowsnest/crowsnest.py b/kiauh/components/crowsnest/crowsnest.py index 4b34368..29f0c94 100644 --- a/kiauh/components/crowsnest/crowsnest.py +++ b/kiauh/components/crowsnest/crowsnest.py @@ -28,7 +28,6 @@ from utils.git_utils import ( get_remote_commit, git_pull_wrapper, ) -from utils.input_utils import get_confirm from utils.logger import Logger from utils.sys_utils import ( parse_packages_from_file, @@ -79,10 +78,6 @@ def configure_multi_instance(instances: List[Klipper]) -> None: Logger.print_status("\nLaunching crowsnest's configuration tool ...") - if not get_confirm("Continue with configuration?", False, allow_go_back=True): - Logger.print_info("Installation aborted by user ... Exiting!") - return - config = Path(CROWSNEST_DIR).joinpath("tools/.config") try: run(