mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Typo
This commit is contained in:
parent
3bb4f6f133
commit
52577b55b2
@ -150,7 +150,7 @@ def vmnet_windows(args, vmnet_range_start, vmnet_range_end):
|
|||||||
if not shell.IsUserAnAdmin():
|
if not shell.IsUserAnAdmin():
|
||||||
raise SystemExit("You must run this script as an administrator")
|
raise SystemExit("You must run this script as an administrator")
|
||||||
|
|
||||||
print("Using ", vnetlib_path, " for controlling vmnet")
|
print("Using", vnetlib_path, "for controlling vmnet")
|
||||||
|
|
||||||
if args.list:
|
if args.list:
|
||||||
raise SystemExit("Not implemented")
|
raise SystemExit("Not implemented")
|
||||||
|
Loading…
Reference in New Issue
Block a user