This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 7aa0dfa HBASE-26061 [create-release] The indent of
checkcompatibility.py is broken after HBASE-25473 (#3454)
7aa0dfa is described below
commit 7aa0dfa4a883c6b09eac3750b536a45303d1faed
Author: Duo Zhang <[email protected]>
AuthorDate: Sat Jul 3 10:57:14 2021 +0800
HBASE-26061 [create-release] The indent of checkcompatibility.py is broken
after HBASE-25473 (#3454)
Signed-off-by: Yulin Niu <[email protected]>
---
dev-support/checkcompatibility.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/checkcompatibility.py
b/dev-support/checkcompatibility.py
index d39599a..e251d91 100755
--- a/dev-support/checkcompatibility.py
+++ b/dev-support/checkcompatibility.py
@@ -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