Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Oct 25, 2016
1 parent 895529b commit e096b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def set_vmware_gns3vm_ip():
ip = psutil.net_if_addrs()["eth0"][0].address
except (KeyError, IndexError):
return
subprocess.run(["vmtoolsd", "--cmd", "info-set guestinfo.gns3.eth0 {}".format(ip)])
subprocess.call(["vmtoolsd", "--cmd", "info-set guestinfo.gns3.eth0 {}".format(ip)])


def run():
Expand Down

0 comments on commit e096b82

Please sign in to comment.