chiark / gitweb /
Specify that scanner warnings are not counted
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Apr 2014 16:49:43 +0000 (18:49 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Apr 2014 16:49:59 +0000 (18:49 +0200)
fdroidserver/build.py

index c5842e673cd6c4fb89680615430eda5f4d82d1f4..4845b51e42eabe92e16c94cd40cd4dbf129a6ef0 100644 (file)
@@ -450,7 +450,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
             if force:
                 logging.warn('Scanner found %d problems:' % count)
             else:
-                raise BuildException("Can't build due to %d scanned problems" % count)
+                raise BuildException("Can't build due to %d errors while scanning" % count)
 
     if not options.notarball:
         # Build the source tarball right before we build the release...