Clean up call to checkStates

This commit is contained in:
blitzmann
2016-03-18 23:51:55 -04:00
parent 18775286c0
commit 0b858d6e94

View File

@@ -262,9 +262,7 @@ class Fit(object):
fit.fill()
# Check that the states of all modules are valid
sFit = Fit.getInstance()
sFit.recalc(fit)
sFit.checkStates(fit, None)
self.checkStates(fit, None)
eos.db.commit()
fit.inited = True