1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

multipart

This commit is contained in:
Danny McCormick 2019-07-08 15:02:46 -04:00 committed by GitHub
parent 6c3425b8b7
commit 0524204ca4
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

7
.github/python.json vendored
View file

@ -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
}
]
}