mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Give builders a clue where to look to find what the cause for the error may be.
#1051
This commit is contained in:
@ -985,7 +985,7 @@ See the make.cfg file for additional build options.
|
|||||||
|
|
||||||
if not build_successful:
|
if not build_successful:
|
||||||
print_error("pboProject return code == {}".format(str(ret)))
|
print_error("pboProject return code == {}".format(str(ret)))
|
||||||
print_error("Module not successfully built/signed.")
|
print_error("Module not successfully built/signed. Check your {}temp\{}_packing.log for more info.".format(work_drive,module))
|
||||||
print ("Resuming build...")
|
print ("Resuming build...")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@ -1057,7 +1057,7 @@ See the make.cfg file for additional build options.
|
|||||||
build_successful = True
|
build_successful = True
|
||||||
|
|
||||||
if not build_successful:
|
if not build_successful:
|
||||||
print_error("Module not successfully built.")
|
print_error("Module not successfully built. Check your {}temp\{}_packing.log for more info.".format(work_drive,module))
|
||||||
|
|
||||||
# Back to the root
|
# Back to the root
|
||||||
os.chdir(make_root)
|
os.chdir(make_root)
|
||||||
|
Reference in New Issue
Block a user