mirror of
https://github.com/actions/setup-python.git
synced 2024-11-06 07:55:52 -05:00
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "python",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
|
"file": 1,
|
|
"line": 2
|
|
},
|
|
{
|
|
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|