brainvisa / brainvisa.github.io

Source of BrainVISA developers site
2 stars 2 forks source link

Git rid of string exceptions #19

Closed ylep closed 4 years ago

ylep commented 4 years ago

String exceptions (raise "string") have been deprecated since long, and do not work under Python 3.

Strangely, flake8 does not seem to have a way of detecting those, so we will need to use grep or similar tools.