1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

Simplify again

This commit is contained in:
Danny McCormick 2019-07-08 14:54:20 -04:00 committed by GitHub
parent 6e3973ea1c
commit f2e7c5bedb
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

6
.github/python.json vendored
View file

@ -4,11 +4,9 @@
"owner": "python",
"pattern": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2,
"severity": 4,
"message": 5
"line": 2
}
]
}