Don't forget to call flush after calling fill, else we'll get orphaned dummies
This commit is contained in:
@@ -72,6 +72,7 @@ class Fit(object):
|
|||||||
|
|
||||||
fit = eos.db.getFit(fitID)
|
fit = eos.db.getFit(fitID)
|
||||||
fit.fill()
|
fit.fill()
|
||||||
|
eos.db.saveddata_session.flush()
|
||||||
return fit
|
return fit
|
||||||
|
|
||||||
def appendItem(self, fitID, itemID):
|
def appendItem(self, fitID, itemID):
|
||||||
|
|||||||
Reference in New Issue
Block a user