diff --git a/moonraker/plugins/shell_command.py b/moonraker/plugins/shell_command.py index 8ec43bc..5f21388 100644 --- a/moonraker/plugins/shell_command.py +++ b/moonraker/plugins/shell_command.py @@ -46,6 +46,8 @@ class ShellCommand: async def run(self, timeout=2., verbose=True): self.return_code = fd = None + self.partial_output = b"" + self.cancelled = False if timeout is None: # Never timeout timeout = 9999999999999999.