Restore mass-removed t3 modules properly

This commit is contained in:
DarkPhoenix
2019-04-30 01:23:52 +03:00
parent f8c2604fb2
commit ba21ebe058
3 changed files with 29 additions and 11 deletions

View File

@@ -480,5 +480,6 @@ class Fit(FitDeprecated):
fit.clear()
fit.calculateModifiedAttributes()
fit.fill()
removedDummies = fit.fill()
pyfalog.info("=" * 10 + "recalc time: " + str(time() - start_time) + "=" * 10)
return removedDummies