Allowing automatic resume on error when one module fails to build.

This commit is contained in:
ViperMaul 2015-04-12 15:40:57 -07:00
parent 807ebd8bfe
commit 9e6d263806
2 changed files with 0 additions and 2 deletions

View File

@ -675,7 +675,6 @@ See the make.cfg file for additional build options.
if not build_successful: if not build_successful:
print_error("pboProject return code == " + str(ret)) print_error("pboProject return code == " + str(ret))
print_error("Module not successfully built/signed.") print_error("Module not successfully built/signed.")
input("Press Enter to continue...")
print ("Resuming build...") print ("Resuming build...")
continue continue

View File

@ -675,7 +675,6 @@ See the make.cfg file for additional build options.
if not build_successful: if not build_successful:
print_error("pboProject return code == " + str(ret)) print_error("pboProject return code == " + str(ret))
print_error("Module not successfully built/signed.") print_error("Module not successfully built/signed.")
input("Press Enter to continue...")
print ("Resuming build...") print ("Resuming build...")
continue continue