[perf-web] merge with fix bugs when saving summaries
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perf-web] merge with fix bugs when saving summaries
- Date: Wed, 23 Jul 2014 00:37:38 +0000 (UTC)
commit 009ccd207a50e89c686e6fc0b47bbab1061aacac
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Sun Jun 29 13:41:49 2014 -0400
merge with fix bugs when saving summaries
metrics/models.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/metrics/models.py b/metrics/models.py
index 26c3135..ad28c19 100644
--- a/metrics/models.py
+++ b/metrics/models.py
@@ -169,7 +169,7 @@ class Summary(models.Model):
avg_value=(total_value/total_count),
count=total_count)
if append_unsaved is not None:
- append_unsaved.append(p)
+ append_unsaved.append(summary)
else:
summary.save()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]