1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-20 00:56:43 +00:00
setup-python/.github/python.json

17 lines
411 B
JSON
Raw Normal View History

2019-07-08 18:43:29 +00:00
{
"problemMatcher": [
{
"owner": "python",
"pattern": [
{
2019-07-08 18:52:17 +00:00
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"file": 1,
"line": 2,
"severity": 4,
"message": 5
2019-07-08 18:43:29 +00:00
}
]
}
]
}