mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 01:59:34 +01:00
Update python.json
This commit is contained in:
parent
3fb911cdc7
commit
60f686a148
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",
|
"owner": "python",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*File\\s\"(.*)\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2
|
"line": 2
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue