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

test suite does not cover TracingCursor.fetchone() #334

Open
riastradh-probcomp opened this issue Jan 8, 2016 · 0 comments
Open

test suite does not cover TracingCursor.fetchone() #334

riastradh-probcomp opened this issue Jan 8, 2016 · 0 comments

Comments

@riastradh-probcomp
Copy link
Contributor

bayeslite/src/bayesdb.py

Lines 432 to 439 in fb66992

try:
ans = self._cursor.fetchone()
if ans is None:
self._tracer.finished(self._qid)
return ans
except Exception as e:
self._tracer.error(self._qid, e)
raise

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