We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The caching.cached_method is returning inconsistent results. Given a method that returns True or False we get:
result of app.has_author(): True result of app.has_author(): True result of app.has_author(): 1
Not sure why yet.
The text was updated successfully, but these errors were encountered:
weird!
On Tue, May 7, 2013 at 2:25 PM, Andy McKay notifications@github.com wrote:
The caching.cached_method is returning inconsistent results. Given a method that returns True or False we get: result of app.has_author(): True result of app.has_author(): True result of app.has_author(): 1 Not sure why yet. — Reply to this email directly or view it on GitHubhttps://github.com//issues/41 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/41 .
Sorry, something went wrong.
No branches or pull requests
The caching.cached_method is returning inconsistent results. Given a method that returns True or False we get:
result of app.has_author(): True
result of app.has_author(): True
result of app.has_author(): 1
Not sure why yet.
The text was updated successfully, but these errors were encountered: