Skip to content

Commit 3fb911c

Browse files
author
Danny McCormick
authored
Less escaping
1 parent 7f7fc5b commit 3fb911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "python",
55
"pattern": [
66
{
7-
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
7+
"regexp": "^\\s*File\\s\"(.*)\",\\sline\\s(\\d+),\\sin\\s(.*)$",
88
"file": 1,
99
"line": 2
1010
},

0 commit comments

Comments
 (0)