feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 83e5d9c0d5 - Show all commits

View File

@@ -37,7 +37,6 @@ def run_klipper_removal(
else:
Logger.print_info("No Klipper Services installed! Skipped ...")
im.find_instances()
if (remove_dir or remove_env) and im.instances:
Logger.print_warn("There are still other Klipper services installed!")
Logger.print_warn("Therefor the following parts cannot be removed:")

View File

@@ -39,7 +39,6 @@ def run_moonraker_removal(
else:
Logger.print_info("No Moonraker Services installed! Skipped ...")
im.find_instances()
if (remove_polkit or remove_dir or remove_env) and im.instances:
Logger.print_warn("There are still other Moonraker services installed!")
Logger.print_warn("Therefor the following parts cannot be removed:")