Flake8Lint icon indicating copy to clipboard operation
Flake8Lint copied to clipboard

Invalid error for print method E901

Open marcaurele opened this issue 8 years ago • 0 comments

With a line like print("Something", end="\r") or print("Something", end=""), its display an error message E901 SyntaxError: invalid syntax. If I manually run flake8 on the same file it doesn't display an error. It doesn't like the end argument. Is there something that can be done in the plugin about that?

marcaurele avatar Jan 04 '17 14:01 marcaurele