Skip to content

Commit

Permalink
HBASE-14429 Checkstyle report is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
saintstack committed Sep 16, 2015
1 parent fe2c4f6 commit 27a993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/checkstyle_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 27a993d

Please sign in to comment.