You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fran-MacBook-Air:hw4 fran$ python mysqldump_to_csv.py data.sql
Traceback (most recent call last):
File "mysqldump_to_csv.py", line 111, in
main()
File "mysqldump_to_csv.py", line 105, in main
if values_sanity_check(values):
File "mysqldump_to_csv.py", line 29, in values_sanity_check
assert values
AssertionError
What does this error mean?
Is it because I'm reading in the wrong type of file? Thanks!
The text was updated successfully, but these errors were encountered:
Fran-MacBook-Air:hw4 fran$ python mysqldump_to_csv.py data.sql
Traceback (most recent call last):
File "mysqldump_to_csv.py", line 111, in
main()
File "mysqldump_to_csv.py", line 105, in main
if values_sanity_check(values):
File "mysqldump_to_csv.py", line 29, in values_sanity_check
assert values
AssertionError
What does this error mean?
Is it because I'm reading in the wrong type of file? Thanks!
The text was updated successfully, but these errors were encountered: