diff options
Diffstat (limited to 'src/webvicli')
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 0d42102..92bbc69 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -619,7 +619,7 @@ class WVShell(cmd.Cmd): return cmd.Cmd.onecmd(self, c) except Exception: import traceback - print 'Exception occured while handling command "' + c + '"' + print 'Exception occurred while handling command "' + c + '"' print traceback.format_exc() return False |
