Skip to content

Commit

Permalink
Better assertion message for when pandas is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-rivera committed Oct 13, 2020
1 parent 92eb5e0 commit 5bab87e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def isnan(obj):

def main():
assert not invalid_credentials()
assert pandaslib
assert pandaslib, 'Pandas library not installed'

# Login.
site = connect(CRUNCH_USER, CRUNCH_PASSWORD, CRUNCH_URL)
Expand Down

0 comments on commit 5bab87e

Please sign in to comment.