From 22416832569728600cab98c5bd282c698ef21a7c Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Wed, 29 Apr 2020 22:54:51 -0700 Subject: crosperf: fix --help This is a format string; without this, --help raises ValueError: unsupported format character ',' (0x2c) at index 311 BUG=None TEST=crosperf --help Change-Id: I5fbdb996888156f8a1531c2b140c3f734be7edff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2173547 Reviewed-by: Manoj Gupta Tested-by: George Burgess --- crosperf/settings_factory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crosperf') diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py index 20ab2ad2..cfc40130 100644 --- a/crosperf/settings_factory.py +++ b/crosperf/settings_factory.py @@ -365,8 +365,8 @@ class GlobalSettings(Settings): ' data.\n' 'With 0 - do not run top.\n' 'NOTE: Running top with interval 1-5 sec has insignificant' - ' performance impact (performance degradation does not exceed 0.3%,' - ' measured on x86_64, ARM32, and ARM64).', + ' performance impact (performance degradation does not exceed' + ' 0.3%%, measured on x86_64, ARM32, and ARM64).', required=False, default=0)) self.AddField( -- cgit v1.2.3