mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 00:08:11 +00:00
parent
b9bd6aa501
commit
d99ec92210
@ -150,7 +150,7 @@ class ServerHandler:
|
|||||||
# If something is wrong we log the info to the log and we hope the log will be include correctly to the debug export
|
# If something is wrong we log the info to the log and we hope the log will be include correctly to the debug export
|
||||||
log.error("Could not copy VMware VMX file {}".format(e), exc_info=1)
|
log.error("Could not copy VMware VMX file {}".format(e), exc_info=1)
|
||||||
|
|
||||||
for compute in Controller.instance().computes.values():
|
for compute in list(Controller.instance().computes.values()):
|
||||||
try:
|
try:
|
||||||
r = yield from compute.get("/debug", raw=True)
|
r = yield from compute.get("/debug", raw=True)
|
||||||
data = r.body.decode("utf-8")
|
data = r.body.decode("utf-8")
|
||||||
|
Loading…
Reference in New Issue
Block a user