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
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 25, in _wrapped_view
return view_func(request, _args, *_kwargs)
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, _args, *_kwargs)
File "/webapps/medcodes/medcodes/apps/codesdb/views.py", line 268, in upload_codelist
codelist_to_db(codelist_file, article_id, form.cleaned_data)
File "/webapps/medcodes/medcodes/apps/codesdb/io.py", line 81, in codelist_to_db
headings = codereader.next()
Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 25, in _wrapped_view
return view_func(request, _args, *_kwargs)
File "/webapps/envs/medcodes/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, _args, *_kwargs)
File "/webapps/medcodes/medcodes/apps/codesdb/views.py", line 268, in upload_codelist
codelist_to_db(codelist_file, article_id, form.cleaned_data)
File "/webapps/medcodes/medcodes/apps/codesdb/io.py", line 81, in codelist_to_db
headings = codereader.next()
Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
The text was updated successfully, but these errors were encountered: