Repository: hbase Updated Branches: refs/heads/master fe2c4f630 -> 27a993d83
HBASE-14429 Checkstyle report is broken Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/27a993d8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/27a993d8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/27a993d8 Branch: refs/heads/master Commit: 27a993d83747bf66ba3b79ddd7ce595d897107bd Parents: fe2c4f6 Author: stack <[email protected]> Authored: Tue Sep 15 22:29:14 2015 -0700 Committer: stack <[email protected]> Committed: Tue Sep 15 22:29:14 2015 -0700 ---------------------------------------------------------------------- dev-support/checkstyle_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/27a993d8/dev-support/checkstyle_report.py ---------------------------------------------------------------------- diff --git a/dev-support/checkstyle_report.py b/dev-support/checkstyle_report.py index ce4a0dd..82f7675 100755 --- a/dev-support/checkstyle_report.py +++ b/dev-support/checkstyle_report.py @@ -37,7 +37,7 @@ def path_key(x): return path[path.find('hbase-'):] def print_row(path, master_errors, patch_errors): - print '%s\t%s\t%s' % (k,master_dict[k],child_errors) + print '%s\t%s\t%s' % (path,master_errors,patch_errors) master = etree.parse(sys.argv[1]) patch = etree.parse(sys.argv[2])
