You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
Given something like this:
throws
RuntimeError: A tasklet should not yield a plain value: suspended generator find _the_bug(strc_test.py:11) yielded None
The line number strc_test.py:11 unfortunately refers to the last correct yield
statement. In this case foo.put_async()
It should point me to foo.key.delete() so I see the missing '_async' right
away.
Original issue reported on code.google.com by
[email protected]
on 18 Jan 2013 at 4:58The text was updated successfully, but these errors were encountered: