maphub / scripts

A collection of scripts to prepare seed data (metadata, maps) for the maphub portal
1 stars 2 forks source link

convert script terminates when remote maphub server goes down #11

Open behas opened 12 years ago

behas commented 12 years ago

The convert script currently hangs up when a request against the remote Maphub API fails because maphub is down. However, the script should continue running and simply try again later. This can probably easily be fixed by catching an Exception at the right place.