about summary refs log tree commit diff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/base/trait.py')
-rw-r--r--wqflask/base/trait.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index c8c503e2..295502b3 100644
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -131,7 +131,7 @@ class GeneralTrait(object):
             if self.mean == "":
                 mean = "N/A"
             else:
-                mean = "%.3f" % round(float(self.additive), 2)
+                mean = "%.3f" % round(float(self.mean), 2)
             if self.additive == "":
                 additive = "N/A"
             else: