More help on certain errors in make.py

This commit is contained in:
ViperMaul 2015-05-12 07:05:48 -07:00
parent 89d19e817c
commit 66f5ed43c0

View File

@ -1224,8 +1224,9 @@ See the make.cfg file for additional build options.
if build_successful: if build_successful:
cache[module] = new_sha cache[module] = new_sha
except: except Exception as e:
print_yellow("Cancel or some error detected.") print_yellow("Cancel or some error detected: {}".format(e))
finally: finally:
copy_important_files(module_root_parent,os.path.join(release_dir, "@ace")) copy_important_files(module_root_parent,os.path.join(release_dir, "@ace"))