Removed "finally" keyword that breaks python 2.4 compatibility.
This should work as expected without the "finally", as the exception will raise after the log message.
This commit is contained in:
parent
e0668e3573
commit
86010b6ea4
1 changed files with 0 additions and 1 deletions
|
|
@ -283,7 +283,6 @@ def handle(command):
|
||||||
(format_exc(),))
|
(format_exc(),))
|
||||||
logger.log_errmsg("Untrapped error, evoker %s: %s" %
|
logger.log_errmsg("Untrapped error, evoker %s: %s" %
|
||||||
(session, format_exc()))
|
(session, format_exc()))
|
||||||
finally:
|
|
||||||
# Prevent things from falling through to UnknownCommand.
|
# Prevent things from falling through to UnknownCommand.
|
||||||
raise ExitCommandHandler
|
raise ExitCommandHandler
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue