mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
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(),))
|
||||
logger.log_errmsg("Untrapped error, evoker %s: %s" %
|
||||
(session, format_exc()))
|
||||
finally:
|
||||
# Prevent things from falling through to UnknownCommand.
|
||||
raise ExitCommandHandler
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue