mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Less escaping
This commit is contained in:
parent
7f7fc5b376
commit
3fb911cdc7
1 changed files with 1 additions and 1 deletions
2
.github/python.json
vendored
2
.github/python.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"owner": "python",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||||
"regexp": "^\\s*File\\s\"(.*)\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||||
"file": 1,
|
||||
"line": 2
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue