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])