Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: infra/tools/antibody/__main__.py

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Fixed nits and changed output for antibody stats Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/tools/antibody/__main__.py
diff --git a/infra/tools/antibody/__main__.py b/infra/tools/antibody/__main__.py
index 2cf82cf328ee4a2f21bece4ecf5e458d91d884bc..df9ef37fc5f31be4ebded38bebb76b03dee4ee0a 100644
--- a/infra/tools/antibody/__main__.py
+++ b/infra/tools/antibody/__main__.py
@@ -65,6 +65,7 @@ def main(argv):
if not os.path.exists(args.output_dir_path):
os.makedirs(args.output_dir_path)
suspicious_commits = code_review_parse.get_tbr_no_lgtm(cc)
+ antibody.generate_stats_files(cc, args.output_dir_path)
gitiles_prefix = antibody.get_gitiles_prefix(checkout)
if not gitiles_prefix:
gitiles_prefix = ''

Powered by Google App Engine
This is Rietveld 408576698