mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Correctly forward the 409 from compute to client
This commit is contained in:
parent
3d52e18fa5
commit
7c7662f1b6
@ -218,6 +218,8 @@ class Node:
|
||||
res = yield from self._upload_missing_image(self._node_type, e.response["image"])
|
||||
if not res:
|
||||
raise e
|
||||
else:
|
||||
raise e
|
||||
else:
|
||||
self.parse_node_response(response.json)
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user