| ) | ) | ||||
| return 0 | return 0 | ||||
| # Delete the catalog database, since there may be schema changes since the | |||||
| # bootstrap executable was built | |||||
| new_cat_path = paths.BUILD_DIR / 'catalog.db' | new_cat_path = paths.BUILD_DIR / 'catalog.db' | ||||
| if new_cat_path.exists(): | |||||
| new_cat_path.unlink() | |||||
| proc.check_run([ | proc.check_run([ | ||||
| paths.CUR_BUILT_DDS, | paths.CUR_BUILT_DDS, | ||||
| 'catalog', | 'catalog', |