v0.6.1
Bug Fixes
- The return objects now always have the same structue for the
_meta
key, which prevents the bugError: '_meta'
when stations can't be found in the metadata or a report can't be parsed. This now means the warning and error messages have been moved toresult["_meta"]["result"]["warnings"]
andresult["_meta"]["result"]["errors"]
respectively. - Updated
cli.py
to handleNoneType
objects returned in the_meta
key correctly so that no CSV file or BUFR file is written for unsuccessfully decoded reports.