mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
parent
6a015fffeb
commit
31ed2a4c96
@ -663,7 +663,10 @@ class Project:
|
||||
pass
|
||||
self._status = "closed"
|
||||
self._loading = False
|
||||
raise e
|
||||
if isinstance(e, ComputeError):
|
||||
raise aiohttp.web.HTTPConflict(text=str(e))
|
||||
else:
|
||||
raise e
|
||||
try:
|
||||
os.remove(path + ".backup")
|
||||
except OSError:
|
||||
|
Loading…
Reference in New Issue
Block a user