8000 Simplify again · galak/setup-python@f2e7c5b · GitHub
[go: up one dir, main page]

Skip to content

Commit f2e7c5b

Browse files
author
Danny McCormick
authored
Simplify again
1 parent 6e3973e commit f2e7c5b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/python.json

Lines changed: 2 additions & 4 deletions
5B43
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
"owner": "python",
55
"pattern": [
66
{
7-
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
7+
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
88
"file": 1,
9-
"line": 2,
10-
"severity": 4,
11-
"message": 5
9+
"line": 2
1210
}
1311
]
1412
}

0 commit comments

Comments
 (0)
0