rooms: Don't use finally to catch generated events.
This commit is contained in:
parent
6fc4b0b12c
commit
3993ce830d
1 changed files with 1 additions and 2 deletions
|
@ -290,8 +290,7 @@ class RoomInfo():
|
|||
W.prnt("", message)
|
||||
e = BadEvent.from_dict(event)
|
||||
|
||||
finally:
|
||||
events.append(e)
|
||||
events.append(e)
|
||||
|
||||
return events
|
||||
|
||||
|
|
Loading…
Reference in a new issue