mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
commands.py: fix typo
(From OE-Core rev: 9b1c150573ffd0e68d37772d5f47482d86ddde6d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -337,7 +337,7 @@ def runqemu(pn, ssh=True, runqemuparams='', image_fstype=None, launch_cmd=None,
|
||||
qemu.deploy()
|
||||
try:
|
||||
qemu.start(params=qemuparams, ssh=ssh, runqemuparams=runqemuparams, launch_cmd=launch_cmd, discard_writes=discard_writes)
|
||||
except EXception as e:
|
||||
except Exception as e:
|
||||
msg = str(e) + '\nFailed to start QEMU - see the logs in %s' % logdir
|
||||
if os.path.exists(qemu.qemurunnerlog):
|
||||
with open(qemu.qemurunnerlog, 'r') as f:
|
||||
|
||||
Reference in New Issue
Block a user