Give builders a clue where to look to find what the cause for the error may be.

#1051
This commit is contained in:
ViperMaul
2015-05-09 11:29:42 -07:00
parent 21ea667463
commit 70e1310d28

View File

@ -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)