chiark / gitweb /
Stop excessive build output
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 15 Nov 2013 09:46:46 +0000 (09:46 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 15 Nov 2013 09:46:46 +0000 (09:46 +0000)
fdroidserver/build.py

index 24cb2f5c568e8ff8fcb47883e5a595f41d697677..96446bb7488cf70939721a3aac144d1f76ad4817 100644 (file)
@@ -907,7 +907,7 @@ def main():
                 logfile = open(os.path.join(log_dir, app['id'] + '.log'), 'a+')
                 logfile.write(str(be))
                 logfile.close()
-                print "Could not build app %s due to BuildException: %s" % (app['id'], be)
+                print "Could not build app %s due to BuildException: %s" % (app['id'], be.value)
                 if options.stop:
                     sys.exit(1)
                 failed_apps[app['id']] = be