setup-python/.github/python.json

19 lines
448 B
JSON
Raw Normal View History

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