E1608 old-octal-literalΒΆ

Message

'Use of old octal literal'

Description

Used when encountering the old octal syntax, removed in Python 3. To use the new syntax, prepend 0o on the number.