From 4ec152306753d6a28d0081fc618e90d3849c24d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Sun, 14 Aug 2005 17:41:26 +0000 Subject: [PATCH] * comment --- pisi/specfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/specfile.py b/pisi/specfile.py index e39a2269..713794bc 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -409,7 +409,7 @@ class SpecFile(XmlFile): def has_errors(self): """Return errors of the PSPEC file if there are any.""" - #TODO: has_errors name is misleading for a function that does + #FIXME: has_errors name is misleading for a function that does #not just return a boolean value. check() would be better - exa err = Checks() err.join(self.source.has_errors())