Skip to content

Commit

Permalink
HBASE-26061 [create-release] The indent of checkcompatibility.py is b…
Browse files Browse the repository at this point in the history
…roken after HBASE-25473 (#3454)

Signed-off-by: Yulin Niu <[email protected]>
  • Loading branch information
Apache9 authored Jul 3, 2021
1 parent 5ef5e64 commit 7aa0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/checkcompatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def compare_tool_results_count(tool_results, check, issue_type, known_count):
"""
# logging.info("known_count=%s, check key=%s, tool_results=%s, issue_type=%s",
# str(known_count), str(check), str(tool_results), str(issue_type))
return tool_results[check][issue_type] > known_count
return tool_results[check][issue_type] > known_count

def process_java_acc_output(output):
""" Process the output string to find the problems and warnings in both the
Expand Down

0 comments on commit 7aa0dfa

Please sign in to comment.