pnoll1 / osmand_map_creation

OSM data + open address data compiled for use in OSMAnd
GNU General Public License v3.0
79 stars 2 forks source link

Files moved after failing QA #6

Closed pnoll1 closed 4 years ago

pnoll1 commented 4 years ago

Texas and florida files were moved when they should have failed quality check for having multiple nodes with same id.

Expected behavior: File fails quality check, ready_to_move=False, file stays in working folder so good file from previous build is retained.

pnoll1 commented 4 years ago

Issue likely happened in prep_for_qa. added error handling in 2f339000f0a21f1366f37f1355b1410b89c9358f to catch and keep files from overwriting last good run.