From f2e7c5bedb8f9f6e4e8e3bf296cfcfb7ee447025 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 8 Jul 2019 14:54:20 -0400 Subject: [PATCH] Simplify again --- .github/python.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/python.json b/.github/python.json index 11a3967..5323b3e 100644 --- a/.github/python.json +++ b/.github/python.json @@ -4,11 +4,9 @@ "owner": "python", "pattern": [ { - "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$", + "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", "file": 1, - "line": 2, - "severity": 4, - "message": 5 + "line": 2 } ] }