W1624 indexing-exceptionΒΆ

Message

'Indexing exceptions will not work on Python 3'

Description

Indexing exceptions will not work on Python 3. Use exception.args[index] instead.