mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 19:28:07 +00:00
parent
2e68c90e25
commit
cc89099ea5
@ -763,7 +763,7 @@ class Project:
|
|||||||
try:
|
try:
|
||||||
yield from compute.post("/projects/{}/close".format(self._id))
|
yield from compute.post("/projects/{}/close".format(self._id))
|
||||||
# We don't care if a compute is down at this step
|
# 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
|
pass
|
||||||
try:
|
try:
|
||||||
if os.path.exists(path + ".backup"):
|
if os.path.exists(path + ".backup"):
|
||||||
|
Loading…
Reference in New Issue
Block a user