From 6c3425b8b761978281983200e23faea92b26839f Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 8 Jul 2019 14:55:44 -0400 Subject: [PATCH] message placeholder --- .github/python.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } ] }