8000 multipart · galak/setup-python@0524204 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0524204

Browse files
author
Danny McCormick
authored
multipart
1 parent 6c3425b commit 0524204

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/python.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
{
77
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
88
"file": 1,
9-
"line": 2,
10-
"message": 3
9+
"line": 2
10+
},
11+
{
12+
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
13+
"message": 4
1114
}
1215
]
1316
}

0 commit comments

Comments
 (0)
0