Fix PDU and event signatures

This commit is contained in:
Mark Haines 2014-11-14 19:10:52 +00:00
parent de1ec90133
commit 8c2b5ea7c4
4 changed files with 16 additions and 6 deletions

View file

@ -41,7 +41,7 @@ class FeedbackStore(SQLBaseStore):
defer.returnValue(
[
self._parse_event_from_row(r)
(yield self._parse_events(r))
for r in rows
]
)