Commit d3978d69 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent d2205bdd
...@@ -375,7 +375,7 @@ class QemuQMPWrapper(object): ...@@ -375,7 +375,7 @@ class QemuQMPWrapper(object):
if resend: if resend:
result = self._send(command_dict) result = self._send(command_dict)
except QmpCommandError as e: except QmpCommandError as e:
print("ERROR: ", str(e)) print("ERROR: ", e)
print("%s\nRetry remove %r in few seconds..." % (result, dev_id)) print("%s\nRetry remove %r in few seconds..." % (result, dev_id))
resend = True resend = True
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment