bcall adds suffix to object, not the backend itself
This commit is contained in:
parent
72270f3596
commit
657e8fe407
4 changed files with 1 additions and 12 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue