NBISweden / swefreq

Swedish Frequency resource for genomics website
https://swefreq.nbis.se/
GNU General Public License v3.0
8 stars 1 forks source link

Make sure exception cause is chained #583

Closed talavis closed 5 years ago

talavis commented 5 years ago

Describe the pull request:

Pull request long description:

Change all raise statements to raise from when the exception is raised after another one is caught, thus allowing full trace of the cause.