Display the most likely resolution to the Error FAILED TO DETERMINE COMMIT ID.

This commit is contained in:
ViperMaul 2015-05-10 07:56:56 -07:00
parent 1cc5bd1c50
commit 7012b32b55

View File

@ -610,6 +610,7 @@ See the make.cfg file for additional build options.
key_name = str(key_name+"-"+commit_id)
except:
print_error("FAILED TO DETERMINE COMMIT ID.")
print_yellow("Verify that \GIT\BIN or \GIT\CMD is in your system path or user path.")
commit_id = "NOGIT"
cfg = configparser.ConfigParser();