Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Error with R exporter #336

Open
murphyke opened this issue Feb 13, 2017 · 0 comments
Open

Error with R exporter #336

murphyke opened this issue Feb 13, 2017 · 0 comments

Comments

@murphyke
Copy link
Member

I was just testing with harvest-openmrs and noticed that the R export fails with:

AttributeError at /api/data/export/r/
'NoneType' object has no attribute 'coded_labels'

At line 50 of query/pipeline.py, the primary key with a raw formatter is prepended to the exporter. At line 75 of _r.py, f['field'] is accessed, which is None, not a DataField instance ....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant