Skip to content

Commit 5253ddc

Browse files
committed
[ot] python/qemu: ot.pyot.qemu.executer: fix an issue introduced in db06b41
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent ae6a1e9 commit 5253ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/qemu/ot/pyot/qemu/executer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ot.util.misc import EasyDict
1818

1919
from ..executer import Executer
20-
from .wrapper import Wrapper
20+
from .wrapper import QEMUWrapper
2121

2222

2323
class QEMUExecuter(Executer):
@@ -36,7 +36,7 @@ class QEMUExecuter(Executer):
3636
}
3737
"""Shortcut names for QEMU log sources."""
3838

39-
WRAPPER = Wrapper
39+
WRAPPER = QEMUWrapper
4040
"""QEMU wrapper."""
4141

4242
def _build_fw_args(self, args: Namespace) \

0 commit comments

Comments
 (0)