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