jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
64 stars 7 forks source link

If a custom parser's module has an error, it's reported in the HTTP API as module does not exist #14

Closed jamespfennell closed 4 years ago

jamespfennell commented 5 years ago

This is because we're catching a generic ModuleImportError.

Try to see if we can get a better error message.

This is relevant both for the system config after #13 , and for when performing actual feed updates.

jamespfennell commented 4 years ago

Not an issue I think....