setup-python/.github/python.json

19 lines
448 B
JSON
Raw Normal View History

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