mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Simplify again
This commit is contained in:
parent
6e3973ea1c
commit
f2e7c5bedb
1 changed files with 2 additions and 4 deletions
6
.github/python.json
vendored
6
.github/python.json
vendored
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue