Skip to content
Snippets Groups Projects
Forked from Gaudi / Gaudi
2336 commits behind the upstream repository.
user avatar
Alex Pearce authored
The forward compatible syntax from 2.6 plus is:

    except SomeException as err

rather than

    except SomeException, err
80a85700
History