mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
escaping
This commit is contained in:
parent
a907799389
commit
05cb373632
1 changed files with 1 additions and 1 deletions
2
.github/python.json
vendored
2
.github/python.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"owner": "python",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
|
||||
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
|
||||
"severity": 1,
|
||||
"message": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue