EarthScope / rover

ROVER: robust data access tool for FDSN data centers
https://earthscope.github.io/rover/
Other
10 stars 1 forks source link

Fix python 2 compatibility. Fixes #82 #84

Closed chad-earthscope closed 5 years ago

chad-earthscope commented 5 years ago

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.

timronan commented 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