From 0524204ca4439dd94be888c66058fb866398d6d7 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 8 Jul 2019 15:02:46 -0400 Subject: [PATCH] multipart --- .github/python.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/python.json b/.github/python.json index 126b65a..ff5b1e9 100644 --- a/.github/python.json +++ b/.github/python.json @@ -6,8 +6,11 @@ { "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", "file": 1, - "line": 2, - "message": 3 + "line": 2 + }, + { + "regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$", + "message": 4 } ] }