oops typo in call of CallErrors handler
This commit is contained in:
parent
1fce063052
commit
fda971a7f1
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ class ReplApplication(Cmd, BaseApplication):
|
||||||
try:
|
try:
|
||||||
return super(ReplApplication, self).onecmd(line)
|
return super(ReplApplication, self).onecmd(line)
|
||||||
except CallErrors, e:
|
except CallErrors, e:
|
||||||
self.bcall_error_handler(e)
|
self.bcall_errors_handler(e)
|
||||||
except NotEnoughArguments, e:
|
except NotEnoughArguments, e:
|
||||||
print >>sys.stderr, 'Error: no enough arguments.'
|
print >>sys.stderr, 'Error: no enough arguments.'
|
||||||
except (KeyboardInterrupt,EOFError):
|
except (KeyboardInterrupt,EOFError):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue