Closed chad-earthscope closed 5 years ago
Included are some references that outline the difference between
raise
vs raise e
.
http://www.markbetz.net/2014/04/30/re-raising-exceptions-in-python/comment-page-1/
https://stackoverflow.com/questions/36153805/difference-between-raise-and-raise-e
This fixes python 2 compatibility by replacing non-ASCII characters in some a doc block. Also fixes truncated by tracebacks in python 2 by re-raising them with full context.