mirror of
https://github.com/actions/setup-python.git
synced 2025-01-25 15:55:15 +00:00
Merge 82009b3bde
into 55aad42e46
This commit is contained in:
commit
5aa42d0e52
9
.github/python.json
vendored
9
.github/python.json
vendored
@ -4,13 +4,16 @@
|
||||
"owner": "python",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
||||
"regexp": "^ File \"([^\"]*)\", line (\\d+).*",
|
||||
"file": 1,
|
||||
"line": 2
|
||||
},
|
||||
{
|
||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||
"message": 2
|
||||
"regexp": "^ .*$"
|
||||
},
|
||||
{
|
||||
"regexp": "^(?! File)(.*)\\s*$",
|
||||
"message": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user