This commit is contained in:
Ryan Holmes
2016-11-22 15:35:04 -05:00
parent 91f87b02cc
commit 8d4e0a259e

View File

@@ -511,6 +511,9 @@ class Fit(object):
if self.commandFits and not withBoosters:
print "Calculatate command fits and apply to fit"
for fit in self.commandFits:
if self == fit:
print "nope"
continue
print "calculating ", fit
fit.calculateModifiedAttributes(self, True)
#