diff options
author | hochikong <1097225749@qq.com> | 2016-08-17 15:05:53 +0800 |
---|---|---|
committer | hochikong <1097225749@qq.com> | 2016-08-17 15:05:53 +0800 |
commit | 3e4d1464d972619f80ab4dea34d572aedb937266 (patch) | |
tree | 95d208baecfa2d97c70da3b03c603b5c2f11d97f | |
parent | c1a3b58d93455dd0412e1cf28ff76e6f0b39cb92 (diff) | |
download | python-vyos-mgmt-3e4d1464d972619f80ab4dea34d572aedb937266.tar.gz python-vyos-mgmt-3e4d1464d972619f80ab4dea34d572aedb937266.zip |
T86 Python management library methods give timeouts
Fix a error in exit_config()
-rw-r--r-- | vyroute/Router.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vyroute/Router.py b/vyroute/Router.py index 74c95a6..f6c3b58 100644 --- a/vyroute/Router.py +++ b/vyroute/Router.py @@ -220,7 +220,6 @@ class BasicRouter(Router): elif self.__status["commit"] is None: self.__conn.sendline("exit") self.__conn.prompt() - print "shit" self.__status['configure'] = "No" return {"Result": "Exit configure mode successfully."} else: |