From 918c4bf232e5bdabb74b9008b4722cd98c245967 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Thu, 29 Oct 2020 10:34:07 -0600 Subject: [PATCH] cisco_wifi_ctl.py: changed the expect string since looking for exact --- cisco_wifi_ctl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index cbde4313..e9e62755 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -880,8 +880,8 @@ def main(): CCPROMPT = args.prompt #'\(Voice-Talwar\) >' LEGACY_PROMPT = "(cisco) >" LOGOUTPROMPT = 'User:' - EXITPROMPT = "Would you like to save them now\? \(y/N\)" - AREYOUSURE = "Are you sure you want to continue\? \(y/n\)" + EXITPROMPT = "Would you like to save them now? (y/N)" + AREYOUSURE = "Are you sure you want to continue? (y/n)" CLOSEDBYREMOTE = "closed by remote host." CLOSEDCX = "Connection to .* closed."