summaryrefslogtreecommitdiff
path: root/vyroute/Router.py
diff options
context:
space:
mode:
authorhochikong <1097225749@qq.com>2016-08-17 15:05:53 +0800
committerhochikong <1097225749@qq.com>2016-08-17 15:05:53 +0800
commit3e4d1464d972619f80ab4dea34d572aedb937266 (patch)
tree95d208baecfa2d97c70da3b03c603b5c2f11d97f /vyroute/Router.py
parentc1a3b58d93455dd0412e1cf28ff76e6f0b39cb92 (diff)
downloadpython-vyos-mgmt-3e4d1464d972619f80ab4dea34d572aedb937266.tar.gz
python-vyos-mgmt-3e4d1464d972619f80ab4dea34d572aedb937266.zip
T86 Python management library methods give timeouts
Fix a error in exit_config()
Diffstat (limited to 'vyroute/Router.py')
-rw-r--r--vyroute/Router.py1
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: