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
When I try to call csvToJson method, it throws following error.
Traceback (most recent call last):
File "lokak.py", line 16, in <module>
print(l.csvToJson(csvData))
File "/home/venv-loklak-2/local/lib/python2.7/site-packages/loklak.py", line 73, in csvToJson
return out
NameError: global name 'out' is not defined
When I try to call csvToJson method, it throws following error.
My script looks like this,
The text was updated successfully, but these errors were encountered: