Update python.json

This commit is contained in:
Danny McCormick 2019-07-08 15:07:01 -04:00 committed by GitHub
parent 3fb911cdc7
commit 60f686a148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/python.json vendored
View File

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