-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.0, 2.1
-
Component/s: None
-
None
AsyncIOMotorGridOut.open() was broken by this commit: https://github.com/mongodb/motor/commit/4d95efaadbfde96aba504cc5aae01f519f9dc5c3
File "/Users/shane/git/motor/motor/motor_gridfs.py", line 164, in open return self._framework.chain_return_value(self._ensure_file(), File "/Users/shane/git/motor/motor/frameworks/asyncio/__init__.py", line 100, in chain_return_value future._future.add_done_callback(functools.partial(loop.add_callback, copy)) AttributeError: '_asyncio.Future' object has no attribute '_future'
- is related to
-
MOTOR-601 Stop using chain_return_value
- Backlog