common/mixins.py
changeset 961 3390ba558030
parent 960 040f9a2b6a36
child 985 6a25c58a1c23
child 1114 b91c7a7e8cb0
--- 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