From 9567ffea272f39744a3a14052b6cea1a7c38d6a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Tue, 29 Apr 2014 11:01:12 +0200 Subject: [PATCH] Improve error message in spec2yocto.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin THIERRY --- tools/spec2yocto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spec2yocto.py b/tools/spec2yocto.py index 7d011e7..68126e8 100755 --- a/tools/spec2yocto.py +++ b/tools/spec2yocto.py @@ -2283,7 +2283,7 @@ class manifestCollection: remote ) for package in whitelist: if package not in self.__my_package_dico.keys(): - msg = "package \"%s\" is in the white list but no in manifest." + msg = "package \"%s\" is in the white list but not in the manifest." msg = msg % ( package ) print >> sys.stderr, colorize( msg, "red" ) sys.exit( 1 ) -- 2.7.4