mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
multipart
This commit is contained in:
parent
6c3425b8b7
commit
0524204ca4
1 changed files with 5 additions and 2 deletions
7
.github/python.json
vendored
7
.github/python.json
vendored
|
@ -6,8 +6,11 @@
|
|||
{
|
||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 3
|
||||
"line": 2
|
||||
},
|
||||
{
|
||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||
"message": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue