jorge-ramirez-upm / RepTate

RepTate (Rheology of Entangled Polymers: Toolkit for Analysis of Theory & Experiment)
https://reptate.readthedocs.io/
GNU General Public License v3.0
25 stars 7 forks source link

Missing import in excepthook of RepTate.CL #145

Closed vbdr closed 4 years ago

vbdr commented 4 years ago

Some imports, such as traceback are missing in the CL version of the excepthook function (file RepTate/CL.py). An error occurs when an exception is raised.

vbdr commented 4 years ago

A function my_excepthook was defined in __main__.py, CL.py, MatDB.py, and UV.py. There is now a single one in RepTate/__init__.py