pass **kw args to arun_command in run_command_in_foreground

this makes the debug shell run in / rather than /snap/subiquity/whatever
This commit is contained in:
Michael Hudson-Doyle 2020-03-17 12:23:06 +13:00
parent 11374103dc
commit 7596e63a9f
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class Application:
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)