Fix for #833
This commit is contained in:
@@ -511,6 +511,9 @@ class Fit(object):
|
|||||||
if self.commandFits and not withBoosters:
|
if self.commandFits and not withBoosters:
|
||||||
print "Calculatate command fits and apply to fit"
|
print "Calculatate command fits and apply to fit"
|
||||||
for fit in self.commandFits:
|
for fit in self.commandFits:
|
||||||
|
if self == fit:
|
||||||
|
print "nope"
|
||||||
|
continue
|
||||||
print "calculating ", fit
|
print "calculating ", fit
|
||||||
fit.calculateModifiedAttributes(self, True)
|
fit.calculateModifiedAttributes(self, True)
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user