diff --git a/moonraker/plugins/shell_command.py b/moonraker/plugins/shell_command.py index e0bf2f1..5fd33d7 100644 --- a/moonraker/plugins/shell_command.py +++ b/moonraker/plugins/shell_command.py @@ -55,7 +55,7 @@ class ShellCommand: except Exception: logging.exception( f"shell_command: Command ({self.name}) failed") - return + return False if verbose: fd = proc.stdout.fileno() self.io_loop.add_handler(