Skip to content
Snippets Groups Projects
Commit 25221c95 authored by hhatto's avatar hhatto
Browse files

Change the position pointed out by W605

parent f73c4bb2
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