rooms: Don't use finally to catch generated events.

This commit is contained in:
Damir Jelić 2018-07-14 10:51:40 +02:00
parent 6fc4b0b12c
commit 3993ce830d

View file

@ -290,8 +290,7 @@ class RoomInfo():
W.prnt("", message)
e = BadEvent.from_dict(event)
finally:
events.append(e)
events.append(e)
return events