XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Error when entities update specified, but entity list not attached #702

Open yanokwa opened 2 months ago

yanokwa commented 2 months ago

image

Error is because the reference wasselect_one_from_file foo.csv when it should have been select_one_from_file foos.csv. Note the trailing s.

We should generate a more helpful error.

Related: https://github.com/XLSForm/pyxform/issues/670