mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 06:26:25 +00:00
message placeholder
This commit is contained in:
parent
f2e7c5bedb
commit
6c3425b8b7
1 changed files with 2 additions and 1 deletions
3
.github/python.json
vendored
3
.github/python.json
vendored
|
@ -6,7 +6,8 @@
|
||||||
{
|
{
|
||||||
"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,
|
||||||
|
"message": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue