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