Fix self-boosting

This commit is contained in:
blitzmann
2015-07-23 01:32:48 -04:00
parent 5a4f526b2b
commit 9de3600d7f
2 changed files with 7 additions and 18 deletions

View File

@@ -946,4 +946,4 @@ class Fit(object):
if fit.factorReload is not self.serviceFittingOptions["useGlobalForceReload"]:
fit.factorReload = self.serviceFittingOptions["useGlobalForceReload"]
fit.clear()
fit.calculateModifiedAttributes(withBoosters=withBoosters, dirtyStorage=self.dirtyFitIDs)
fit.calculateModifiedAttributes(withBoosters=withBoosters)