ODiogoSilva / TriFusion

Streamlining phylogenomic data gathering, processing and visualization
http://odiogosilva.github.io/TriFusion/
GNU General Public License v3.0
87 stars 23 forks source link

Better exception handling for process execution. #274

Closed ODiogoSilva closed 7 years ago

ODiogoSilva commented 7 years ago

Currently, the process execution worker has a Namespace attribute, "exception", that is a string with the exception name. This should be improved to allow at least a simple dict with {"exception": "error message to appear in TriFusion"}.