planarnetwork / dtd2mysql

MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
30 stars 10 forks source link

Do not catch error #82

Closed miklcct closed 7 months ago

miklcct commented 7 months ago

The catch method hides exception from the data loader. Exceptions should not be caught such that the script crashes when there is a problem, in order for pipelines to work correctly.