diff --git a/subiquitycore/core.py b/subiquitycore/core.py index 5ea8b7b82..8d6d34187 100644 --- a/subiquitycore/core.py +++ b/subiquitycore/core.py @@ -395,7 +395,7 @@ def run_command_in_foreground(self, cmd, before_hook=None, after_hook=None, async def _run(): await arun_command( - cmd, stdin=None, stdout=None, stderr=None) + cmd, stdin=None, stdout=None, stderr=None, **kw) screen.start() urwid.emit_signal( screen, urwid.display_common.INPUT_DESCRIPTORS_CHANGED)