|
@@ -332,7 +332,7 @@ class ResultSet(ResultBase):
|
|
|
|
|
|
"""
|
|
"""
|
|
if isinstance(result, string_t):
|
|
if isinstance(result, string_t):
|
|
- result = AsyncResult(result)
|
|
|
|
|
|
+ result = self.app.AsyncResult(result)
|
|
try:
|
|
try:
|
|
self.results.remove(result)
|
|
self.results.remove(result)
|
|
except ValueError:
|
|
except ValueError:
|