diff options
Diffstat (limited to 'python/qemu/utils/qemu_ga_client.py')
-rw-r--r-- | python/qemu/utils/qemu_ga_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/utils/qemu_ga_client.py b/python/qemu/utils/qemu_ga_client.py index 9a665e6..cf0fcf9 100644 --- a/python/qemu/utils/qemu_ga_client.py +++ b/python/qemu/utils/qemu_ga_client.py @@ -174,7 +174,7 @@ class QemuGuestAgentClient: # On error exception will raise except asyncio.TimeoutError: # On success command will timed out - return + pass def shutdown(self, mode: str = 'powerdown') -> None: if mode not in ['powerdown', 'halt', 'reboot']: |