mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 08:29:43 +00:00
@ -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")
|
||||||
|
Reference in New Issue
Block a user