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

19 lines
448 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 21:02:46 +02:00
"line": 2
},
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 4
2019-07-08 20:43:29 +02:00
}
]
}
]
}