cityofaustin / knackpy

A Python client for interacting with Knack applications
https://cityofaustin.github.io/knackpy/docs/user-guide/
Other
39 stars 18 forks source link

Fix raw key handling #68

Closed johnclary closed 4 years ago

johnclary commented 4 years ago

Uncovered a bug in knackpy.record.Record in which a field with a falsey raw value would be ignored in favor of the not-raw value. Classic.