Don't forget to call flush after calling fill, else we'll get orphaned dummies

This commit is contained in:
cncfanatics
2010-09-02 17:13:47 +02:00
parent 647ddbccf7
commit 8d3db3ea3f

View File

@@ -72,6 +72,7 @@ class Fit(object):
fit = eos.db.getFit(fitID)
fit.fill()
eos.db.saveddata_session.flush()
return fit
def appendItem(self, fitID, itemID):