* comment

This commit is contained in:
Eray Özkural
2005-08-14 17:41:26 +00:00
parent 451bb59010
commit 4ec1523067
+1 -1
View File
@@ -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())