HBASE-14429 Checkstyle report is broken
This commit is contained in:
parent
fe2c4f630d
commit
27a993d837
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue