Pattern: Unpacking in except
Issue: -
Python 3 does not allow implicit unpacking of exceptions in except clauses. This message can't be emitted when using Python >= 3.0.
Pattern: Unpacking in except
Issue: -
Python 3 does not allow implicit unpacking of exceptions in except clauses. This message can't be emitted when using Python >= 3.0.