author | sylvain.thenault@logilab.fr |
Wed, 25 Feb 2009 18:40:42 +0100 | |
changeset 961 | 3390ba558030 |
parent 960 | 040f9a2b6a36 |
child 962 | 1cc3c240b2d5 |
common/mixins.py | file | annotate | diff | comparison | revisions |
--- a/common/mixins.py Wed Feb 25 18:40:36 2009 +0100 +++ b/common/mixins.py Wed Feb 25 18:40:42 2009 +0100 @@ -399,6 +399,6 @@ return 100. * self.done / self.revised_cost except ZeroDivisionError: # total cost is 0 : if everything was estimated, task is completed - if self.progress_info().get('notestmiated'): + if self.progress_info().get('notestimated'): return 0. return 100