summaryrefslogtreecommitdiff
path: root/releasetools.py
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-04-22 12:24:40 -0700
committerTao Bao <tbao@google.com>2015-04-22 16:18:45 -0700
commitd26e9c06962ccf906504620f489c72e91244417a (patch)
treedf46862f7a96231ef77315059c1caad89403c730 /releasetools.py
parente88b9acc9b96d0d69c550293cdf240417842e0fc (diff)
downloadshamu-d26e9c06962ccf906504620f489c72e91244417a.tar.gz
Fix build: add parentheses for multiline string
Change-Id: Ieea8c9f854c4297d37782f9fdb17a2329327756b (cherry picked from commit 2033918f3a35f9ba2c52e97555b8fd138028c5b9)
Diffstat (limited to 'releasetools.py')
-rw-r--r--releasetools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasetools.py b/releasetools.py
index d9df9f4a..efe60fe5 100644
--- a/releasetools.py
+++ b/releasetools.py
@@ -147,8 +147,8 @@ def IncrementalOTA_InstallEnd(info):
if not sf or common.OPTIONS.full_radio:
# failed to read SOURCE radio image or one has specified the option to
# include the whole target radio image.
- print "no radio image in source target_files or full_radio specified; "
- "installing complete image"
+ print("no radio image in source target_files or full_radio specified; "
+ "installing complete image")
WriteRadio(info, tf.data)
else:
sf = common.File("radio.img", sf)