Improve error message in spec2yocto.py
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Apr 2014 09:01:12 +0000 (11:01 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 29 Apr 2014 09:22:54 +0000 (11:22 +0200)
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
tools/spec2yocto.py

index 7d011e7..68126e8 100755 (executable)
@@ -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 )