mirror of
https://github.com/actions/setup-python.git
synced 2025-12-09 06:05:19 +00:00
Merge 82009b3bde52ba09eae338d59adb1c06ac50c997 into 97aeb3efb8a852c559869050c7fb175b4efcc8cf
This commit is contained in:
commit
52859d3eef
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…
x
Reference in New Issue
Block a user