Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve pylint error: remove outdated exception subscript #839

Merged
merged 1 commit into from Mar 26, 2019

Commits on Mar 26, 2019

  1. Resolve pylint error: remove outdated exception subscript

    Python3 does not support exception subscripting:
      e.g. except ... as e:
             e[1]       # does not work in Python3
    
    This line of code was presumably not covered by testing,
    allowing it to persist.
    
    Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
    awwad committed Mar 26, 2019
    Copy the full SHA
    a7cb2dd View commit details
    Browse the repository at this point in the history