This commit is contained in:
Chuck SmileyRekiere
2020-09-15 14:08:11 -06:00
parent 9005ca667c
commit 2157bb49bf

View File

@@ -660,7 +660,7 @@ def main():
if i == 1:
print("did not get the (config)# prompt")
if (args.action == "wlan" and (args.wlan is None)):
if (args.action == "no_wlan" and (args.wlan is None)):
raise Exception("wlan is required")
if (args.action == "no_wlan"):
egg.sendline("config t")