Oops, we do want to defer.return regardless of whether we are caching or not

pull/62/head
Erik Johnston 2015-02-10 11:03:16 +00:00
parent d19e2ed02f
commit 2b042ad67f
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class StateHandler(object):
self._state_cache[frozenset(event_ids)] = cache
defer.returnValue((name, state, prev_states))
defer.returnValue((name, state, prev_states))
state = {}
for group, g_state in state_groups.items():