HBASE-26061 [create-release] The indent of checkcompatibility.py is broken after HBASE-25473 (#3454)

Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
Duo Zhang 2021-07-03 10:57:14 +08:00 committed by GitHub
parent 5ef5e64010
commit 7aa0dfa4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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