diff options
author | Hochikong <michellehzg@gmail.com> | 2016-05-24 01:06:55 +0800 |
---|---|---|
committer | Hochikong <michellehzg@gmail.com> | 2016-05-24 01:06:55 +0800 |
commit | fd83eb50fb679a90b272e46cd9cf8f401bf55e09 (patch) | |
tree | 64669784249081a4342d50f9fb055b4e8faf9dca | |
parent | 9eca534f9735c8c5e984ce5a3add7cbb9daa4345 (diff) | |
download | python-vyos-mgmt-fd83eb50fb679a90b272e46cd9cf8f401bf55e09.tar.gz python-vyos-mgmt-fd83eb50fb679a90b272e46cd9cf8f401bf55e09.zip |
little change
-rw-r--r-- | vyroute/Router.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/vyroute/Router.py b/vyroute/Router.py index b8c6aca..eae8843 100644 --- a/vyroute/Router.py +++ b/vyroute/Router.py @@ -493,11 +493,4 @@ class BasicRouter(Router): else: return {"Error": "Router object not connect to a router."} except Exception, e: - return {"Error": e} - - - - - - - + return {"Error": e}
\ No newline at end of file |