3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-25 19:49:35 +01:00
setup-python/.github/python.json

16 lines
344 B
JSON
Raw Normal View History

2019-07-08 20:43:29 +02:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
2019-07-08 20:54:20 +02:00
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
2019-07-08 20:52:17 +02:00
"file": 1,
2019-07-08 20:55:44 +02:00
"line": 2,
"message": 3
2019-07-08 20:43:29 +02:00
}
]
}
]
}