Mercurial > libervia-pubsub
changeset 279:7c820a8e4b00
fix RSM support regarding last tmp.wokkel changes
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 09 Jan 2015 10:56:38 +0100 |
parents | 8a71486c3e95 |
children | 798cb8962c0b |
files | sat_pubsub/backend.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_pubsub/backend.py Mon Oct 13 14:53:42 2014 +0200 +++ b/sat_pubsub/backend.py Fri Jan 09 10:56:38 2015 +0100 @@ -642,7 +642,7 @@ response.first, response.last = response.last, response.first else: response.index = None - elts.append(response.render()) + elts.append(response.toElement()) return elts return defer.DeferredList(d_list).addCallback(render)