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

Unified Diff: tools/perf/record_wpr

Issue 2174783003: [tools/perf] Use yellow for instruction text about upgrading python version in record_wpr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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/perf/record_wpr
diff --git a/tools/perf/record_wpr b/tools/perf/record_wpr
index 90743c8f8b84d60628884b5c5d44d6434b7aa992..a87bc140d2cf21d21ef74062e906c740d4d19152 100755
--- a/tools/perf/record_wpr
+++ b/tools/perf/record_wpr
@@ -25,10 +25,9 @@ def _WarnPythonVersion():
'For best recording results, please run record_wpr with Python '
'version 2.7.9 or after (See '
'https://github.com/chromium/web-page-replay/issues/73 '
- 'for more information).'))
-
- print ('For instructions on how to upgrade Python on Ubuntu 14.04, see:\n'
- 'http://mbless.de/blog/2016/01/09/upgrade-to-python-2711-on-ubuntu-1404-lts.html')
+ 'for more information).\n'
+ 'For instructions on how to upgrade Python on Ubuntu 14.04, see:\n'
+ 'http://mbless.de/blog/2016/01/09/upgrade-to-python-2711-on-ubuntu-1404-lts.html'))
if __name__ == '__main__':
« 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