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

Unified Diff: tools/binary_size/diagnose_bloat.py

Issue 2886963002: diagnose_bloat: Remove period in "See detailed diff" message (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/diagnose_bloat.py
diff --git a/tools/binary_size/diagnose_bloat.py b/tools/binary_size/diagnose_bloat.py
index 14923b53e1204607038fbc2ef09df8ec88de63d6..162690c8712038dd6078baea934a589879058a62 100755
--- a/tools/binary_size/diagnose_bloat.py
+++ b/tools/binary_size/diagnose_bloat.py
@@ -373,7 +373,7 @@ class _DiffArchiveManager(object):
with open(diff_path, 'a') as diff_file:
for d in self.diffs:
d.RunDiff(diff_file, before.dir, after.dir)
- logging.info('See detailed diff results here: %s.', diff_path)
+ logging.info('See detailed diff results here: %s', diff_path)
metadata.Write()
self._AddDiffSummaryStat(before, after)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698