mirror of
https://github.com/actions/setup-python
synced 2024-11-30 21:22:28 +08:00
Merge 82009b3bde
into 70dcb22d26
This commit is contained in:
commit
df5435eba6
9
.github/python.json
vendored
9
.github/python.json
vendored
@ -4,13 +4,16 @@
|
|||||||
"owner": "python",
|
"owner": "python",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
|
"regexp": "^ File \"([^\"]*)\", line (\\d+).*",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2
|
"line": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
"regexp": "^ .*$"
|
||||||
"message": 2
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^(?! File)(.*)\\s*$",
|
||||||
|
"message": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user