There was an error while loading. Please reload this page.
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.
balanced.exc.NoResultFound
wac.NoResultFound
For instance when running a simple query that returns no results:
the error type should be
balanced.exc.NoResultFound, instead it'swac.NoResultFound.