summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBobby Casey <bobbycasey@google.com>2022-12-21 16:01:15 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-09 21:43:59 +0000
commitc59e226b5825706d3a39e89608668af9065016e9 (patch)
tree6306fa71625fc8554e8a19b3a7aa691408cbd3e2 /test
parentca1261e28bc485c90dec3feb1bed583ac1c7159a (diff)
downloadchrome-ec-c59e226b5825706d3a39e89608668af9065016e9.tar.gz
run_device_test: Fix implicit concat warning
BUG=none BRANCH=none TEST=none Signed-off-by: Bobby Casey <bobbycasey@google.com> Change-Id: Iee67a31886a5cd7532acc01f684fbdd4d5cd7b76 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4121373 Reviewed-by: Andrea Grandi <agrandi@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_device_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 41b0265b03..7d61c35c5d 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -715,7 +715,7 @@ def flash_and_run_test(
patch_image(test, image_path)
except Exception as exception: # pylint: disable=broad-except
logging.warning(
- "An exception occurred while patching " "image: %s", exception
+ "An exception occurred while patching image: %s", exception
)
return False