Skip to content

Commit

Permalink
Merge pull request #207 from dbtzy/patch-1
Browse files Browse the repository at this point in the history
Update base.py
  • Loading branch information
zainhoda authored Feb 13, 2024
2 parents ff906d4 + 118b519 commit 0a2867e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@ def ask(
return None
else:
return sql, df, None
else:
return sql, df, None

except Exception as e:
print("Couldn't run sql: ", e)
Expand Down

0 comments on commit 0a2867e

Please sign in to comment.