mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Make sure to wait for the unload coroutine to finish when the server is shutting down.
This commit is contained in:
@ -101,7 +101,7 @@ class BaseManager:
|
||||
try:
|
||||
yield from self.close_vm(uuid)
|
||||
except Exception as e:
|
||||
log.warn("Could not delete VM {}: {}".format(uuid, e))
|
||||
log.error("Could not delete VM {}: {}".format(uuid, e), exc_info=1)
|
||||
continue
|
||||
|
||||
if hasattr(BaseManager, "_instance"):
|
||||
|
Reference in New Issue
Block a user