()
| 504 | |
| 505 | |
| 506 | def compile_ask_to_continue(): |
| 507 | # noinspection PyUnboundLocalVariable |
| 508 | what = input("[build.py] make failed, 'y' to continue, Enter to stop: ") |
| 509 | if what != "y": |
| 510 | sys.exit(1) |
| 511 | |
| 512 | |
| 513 | def clean_cpp_projects_unix(): |
no outgoing calls
no test coverage detected