mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-21 21:57:49 +00:00
parent
2e68c90e25
commit
cc89099ea5
@ -763,7 +763,7 @@ class Project:
|
||||
try:
|
||||
yield from compute.post("/projects/{}/close".format(self._id))
|
||||
# We don't care if a compute is down at this step
|
||||
except (ComputeError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict):
|
||||
except (ComputeError, aiohttp.web.HTTPNotFound, aiohttp.web.HTTPConflict, aiohttp.ServerDisconnectedError):
|
||||
pass
|
||||
try:
|
||||
if os.path.exists(path + ".backup"):
|
||||
|
Loading…
Reference in New Issue
Block a user