setup-python/.github/python.json

16 lines
344 B
JSON
Raw Normal View History

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