Use Python 3 compatible `except` syntax.
The forward compatible syntax from 2.6 plus is: except SomeException as err rather than except SomeException, err
Please register or sign in to comment
The forward compatible syntax from 2.6 plus is: except SomeException as err rather than except SomeException, err