Kaydet (Commit) 86807009 authored tarafından Barış Metin's avatar Barış Metin

typo

üst 57073614
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment