chiark / gitweb /
fixed exception string in build script
authorTorsten Grote <t@grobox.de>
Sun, 8 Jan 2012 11:55:57 +0000 (12:55 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 8 Jan 2012 15:09:48 +0000 (15:09 +0000)
build.py

index 8d06f877ed51773fe28523c598ad16dfb90653e4..c30520b3ee5d3c1905ccea539660f34359a81f2e 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -207,7 +207,8 @@ for app in apps:
                         raise BuildException(("Unexpected version/version code in output"
                                              "APK: %s / %s"
                                              "Expected: %s / %s")
-                                            ) % (version, str(vercode), thisbuild['version'], str(thisbuild['vercode']))
+                                             % (version, str(vercode), thisbuild['version'], str(thisbuild['vercode']))
+                                            )
 
                     # Copy the unsigned apk to our temp directory for further
                     # processing...