From 2f43d308844ea4c988c80f51b3db097d1a770dc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 8 Apr 2014 18:49:43 +0200 Subject: [PATCH] Specify that scanner warnings are not counted --- fdroidserver/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/build.py b/fdroidserver/build.py index c5842e67..4845b51e 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -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... -- 2.30.2