diff --git a/.github/python.json b/.github/python.json index 5323b3e..126b65a 100644 --- a/.github/python.json +++ b/.github/python.json @@ -6,7 +6,8 @@ { "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", "file": 1, - "line": 2 + "line": 2, + "message": 3 } ] }