MCPcopy Create free account
hub / github.com/cztomczak/cefpython / compile_ask_to_continue

Function compile_ask_to_continue

tools/build.py:506–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

504
505
506def 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
513def clean_cpp_projects_unix():

Callers 2

build_vcproj_DEPRECATEDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected