gtfsio v0.1.2
Bug fixes
- Fixed a bug (or perhaps, changed the behaviour) of
check_fields_exist()
andcheck_fields_types()
when a lower-level test (i.e. if the file that holds such field exists, for example) failed. Now it returnsFALSE
instead of raising an error.