SRserves85 / avro-to-python

Light tool for compiling avro schema files (.avsc) to python classes
MIT License
25 stars 19 forks source link

Important Change to Value Error Message #15

Closed parkerrwatson-sb closed 1 year ago

parkerrwatson-sb commented 2 years ago

Hitting the Value Error previously resulted in a Key Error because the of accessing the field object incorrectly. Updated it to avoid that issue.

SRserves85 commented 2 years ago

Fix your test failures, and we can merge it in