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
Downloading and importing the module works fine. When I try and run it, no matter what arguments I use (-i, -o, etc.), I get an error that says name '[whatever the letter argument is] is not defined.
Ex. >>>querycsv -i podcasts.csv -o output.csv [sql command] Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'i' is not defined
The text was updated successfully, but these errors were encountered:
Downloading and importing the module works fine. When I try and run it, no matter what arguments I use (
-i
,-o
, etc.), I get an error that saysname '[whatever the letter argument is]
is not defined.Ex.
>>>querycsv -i podcasts.csv -o output.csv [sql command]
Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'i' is not defined
The text was updated successfully, but these errors were encountered: