From 60f686a14891caf7b5c205c91e1413fdb0ff1684 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 8 Jul 2019 15:07:01 -0400 Subject: [PATCH] Update python.json --- .github/python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/python.json b/.github/python.json index 8d89933..9c3095c 100644 --- a/.github/python.json +++ b/.github/python.json @@ -4,7 +4,7 @@ "owner": "python", "pattern": [ { - "regexp": "^\\s*File\\s\"(.*)\",\\sline\\s(\\d+),\\sin\\s(.*)$", + "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", "file": 1, "line": 2 },