Skip to content
Snippets Groups Projects
Unverified Commit d8f10a90 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco Committed by GitHub
Browse files

Merge pull request #747 from hhatto/w605-position

Change the position pointed out by W605
parents fac28712 25221c95
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1524,7 +1524,7 @@ def python_3000_invalid_escape_sequence(logical_line, tokens):
pos += 1
if string[pos] not in valid:
yield (
pos,
line.lstrip().find(text),
"W605 invalid escape sequence '\\%s'" %
string[pos],
)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment