mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
bug fix
This commit is contained in:
@@ -660,7 +660,7 @@ def main():
|
|||||||
if i == 1:
|
if i == 1:
|
||||||
print("did not get the (config)# prompt")
|
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")
|
raise Exception("wlan is required")
|
||||||
if (args.action == "no_wlan"):
|
if (args.action == "no_wlan"):
|
||||||
egg.sendline("config t")
|
egg.sendline("config t")
|
||||||
|
|||||||
Reference in New Issue
Block a user