Commit 6ef0942f authored by Erik Staab's avatar Erik Staab Committed by Commit Bot

Fix missing space in new package info warning message.

Change-Id: I2438dd60e6991bddd94aa0c77b089547d8758cf4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029217Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736857}
parent fa2ecc21
...@@ -617,7 +617,7 @@ class InstrumentationTestInstance(test_instance.TestInstance): ...@@ -617,7 +617,7 @@ class InstrumentationTestInstance(test_instance.TestInstance):
break break
if not self._package_info: if not self._package_info:
logging.warning(("Unable to find package info for %s. " + logging.warning(("Unable to find package info for %s. " +
"(This may just mean that the test package is" + "(This may just mean that the test package is " +
"currently being installed.)"), "currently being installed.)"),
self._test_package) self._test_package)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment