summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-04-22 19:25:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-22 19:25:42 +0000
commit98b18eaa2ac99bc7f715338e794c3657f30ad9b1 (patch)
treeda6af7b947945d2d3445c27b99b1769b84b6ca7b
parentb185e5644a75b95de80adf402875b96cd9f98e08 (diff)
parent993196a448f1f69f2fda12c1a15f265688c28604 (diff)
downloadhammerhead-master-soong.tar.gz
Merge "Fix build: add parentheses for multiline string"master-soong
-rw-r--r--releasetools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasetools.py b/releasetools.py
index d3cdba0..0c4174a 100644
--- a/releasetools.py
+++ b/releasetools.py
@@ -70,8 +70,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)