HBASE-14429 Checkstyle report is broken

This commit is contained in:
stack 2015-09-15 22:29:14 -07:00
parent fe2c4f630d
commit 27a993d837
1 changed files with 1 additions and 1 deletions

View File

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