Add a description to storage layer's _execute_and_decode()

This commit is contained in:
Paul "LeoNerd" Evans 2015-03-11 17:08:57 +00:00
parent cdb2e045ee
commit 099e4b88d8
5 changed files with 9 additions and 6 deletions

View file

@ -37,7 +37,7 @@ class FeedbackStore(SQLBaseStore):
"WHERE feedback.target_event_id = ? "
)
rows = yield self._execute_and_decode(sql, event_id)
rows = yield self._execute_and_decode("get_feedback_for_event", sql, event_id)
defer.returnValue(
[