This commit is contained in:
Barış Metin
2005-07-05 11:12:01 +00:00
parent 5707361475
commit 8680700936
+1 -1
View File
@@ -75,7 +75,7 @@ class PisiBuild:
def build(self):
"""Build the package in one shot."""
if not self.spec.verify():
ui.err("PSPEC file is not valid")
ui.error("PSPEC file is not valid")
raise PisiBuildError, "invalid PSPEC file %s" % self.ctx.pspecfile
ui.info("Building PISI source package: %s\n" % self.spec.source.name)