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 } ] }