8000 Start simple · vvoody/setup-python@a907799 · GitHub
[go: up one dir, main page]

Skip to content

Commit a907799

Browse files
author
Danny McCormick
authored
Start simple
1 parent f7f8dba commit a907799

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/python.json

Lines changed: 3 additions & 5 deletions
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(.*)\\(\\'(.*)\\'\\)\\s*(.*)\\:\\s.*$",
8-
"file": 1,
9-
"line": 2,
10-
"severity": 4,
11-
"message": 5
7+
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
8+
"severity": 1,
9+
"message": 2
1210
}
1311
]
1412
}

0 commit comments

Comments
 (0)
0