Skip to content

Updated exception syntax for python3

Duncan Macleod requested to merge github/fork/duncanmmacleod/python3 into master

This PR updates the syntax for exceptions to something python3 compatible. It should have no functional impact on any codes run on python2.x.

Merge request reports