From ecac13cda148478a4de3434a4a70acd2a19e67bd Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Mon, 18 Oct 2010 10:17:30 +0200 Subject: [PATCH] Don't call add when we ment to call commit, IT MAKES THINGS GO POOF BOOM BAM KILL --- service/fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/fit.py b/service/fit.py index 79981cfac..040f2be5a 100644 --- a/service/fit.py +++ b/service/fit.py @@ -261,7 +261,7 @@ class Fit(object): fit = eos.db.getFit(fitID) fit.damagePattern = pattern - eos.db.save(fit) + eos.db.commit() fit.clear() fit.calculateModifiedAttributes()