Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam authored and Anupam committed Jul 14, 2023
1 parent b97152e commit 8d48250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _summary_stats(conn, table, column, with_=None):
try:
values = conn.execute(query, with_).fetchone()
except ProgrammingError as e:
display.message(e)
print(e)
raise exceptions.RuntimeError(
f"\nEnsure that percentile_disc function is available on {driver}."
)
Expand Down

0 comments on commit 8d48250

Please sign in to comment.