mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Allowing automatic resume on error when one module fails to build.
This commit is contained in:
parent
807ebd8bfe
commit
9e6d263806
@ -675,7 +675,6 @@ See the make.cfg file for additional build options.
|
||||
if not build_successful:
|
||||
print_error("pboProject return code == " + str(ret))
|
||||
print_error("Module not successfully built/signed.")
|
||||
input("Press Enter to continue...")
|
||||
print ("Resuming build...")
|
||||
continue
|
||||
|
||||
|
@ -675,7 +675,6 @@ See the make.cfg file for additional build options.
|
||||
if not build_successful:
|
||||
print_error("pboProject return code == " + str(ret))
|
||||
print_error("Module not successfully built/signed.")
|
||||
input("Press Enter to continue...")
|
||||
print ("Resuming build...")
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user