bcall adds suffix to object, not the backend itself

This commit is contained in:
Christophe Benz 2010-06-02 17:46:17 +02:00
commit 657e8fe407
4 changed files with 1 additions and 12 deletions

View file

@ -77,6 +77,7 @@ class BackendsCall(object):
def _store_result(self, backend, result):
with self.mutex:
result.id = unicode(result.id) + '@' + backend.name
self.responses.append((backend, result))
self.response_event.set()