Skip to content
New issue

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

Exception Type for NoResultFound is incorrect #131

Open
rserna2010 opened this issue Sep 3, 2014 · 0 comments
Open

Exception Type for NoResultFound is incorrect #131

rserna2010 opened this issue Sep 3, 2014 · 0 comments

Comments

@rserna2010
Copy link
Contributor

For instance when running a simple query that returns no results:

customer = balanced.Customer.query.filter(email=self.email).one()

the error type should be balanced.exc.NoResultFound, instead it's wac.NoResultFound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant