Fix for #1713 - should look at Fit.processors, not Fit.__class__.processors - artifact from a rewrite
This commit is contained in:
@@ -217,8 +217,8 @@ class Fit(FitDeprecated):
|
||||
|
||||
eos.db.remove(fit)
|
||||
|
||||
if fitID in Fit.__class__.processors:
|
||||
del Fit.__class__.processors[fitID]
|
||||
if fitID in Fit.processors:
|
||||
del Fit.processors[fitID]
|
||||
|
||||
pyfalog.debug(" Need to refresh {} fits: {}", len(refreshFits), refreshFits)
|
||||
for fit in refreshFits:
|
||||
|
||||
Reference in New Issue
Block a user