Skip to content

Commit

Permalink
More help on certain errors in make.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ViperMaul committed May 12, 2015
1 parent 89d19e8 commit 66f5ed4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,9 @@ def main(argv):
if build_successful:
cache[module] = new_sha

except:
print_yellow("Cancel or some error detected.")
except Exception as e:
print_yellow("Cancel or some error detected: {}".format(e))


finally:
copy_important_files(module_root_parent,os.path.join(release_dir, "@ace"))
Expand Down

0 comments on commit 66f5ed4

Please sign in to comment.