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

Unified Diff: tools/metrics/histograms/update_use_counter_feature_enum.py

Issue 2815773004: Fix update_histogram_enum.py when UpdateHistogramEnum is called. (Closed)
Patch Set: another callsite Created 3 years, 8 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
« no previous file with comments | « tools/metrics/histograms/update_histogram_enum.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/update_use_counter_feature_enum.py
diff --git a/tools/metrics/histograms/update_use_counter_feature_enum.py b/tools/metrics/histograms/update_use_counter_feature_enum.py
index a2493c8739b92e18a79c107a947f9edd44f24333..45a369bc12b0b302b26d47eae3f118fde4e7431a 100755
--- a/tools/metrics/histograms/update_use_counter_feature_enum.py
+++ b/tools/metrics/histograms/update_use_counter_feature_enum.py
@@ -38,7 +38,8 @@ if __name__ == '__main__':
END_MARKER = '^NumberOfFeatures'
if options.dashboard:
- enum_dict = ReadHistogramValues(source_path, START_MARKER, END_MARKER)
+ enum_dict, ignored = ReadHistogramValues(source_path, START_MARKER,
+ END_MARKER)
PrintEnumForDashboard(enum_dict)
else:
UpdateHistogramEnum(
« no previous file with comments | « tools/metrics/histograms/update_histogram_enum.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698