summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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