(path)
| 1345 | except Exception: |
| 1346 | return |
| 1347 | def fs_remove(path): |
| 1348 | try: |
| 1349 | os.remove(path) |
| 1350 | except Exception: |
| 1351 | pass |
| 1352 | cpp_existing = fs_read(cpp_path) |
| 1353 | if cpp == cpp_existing: |
| 1354 | log(f'Not creating {cpp_exe} because unchanged: {cpp_path}') |