Fix for #1161. Can't reproduce, but I'm unsure what the root cause is (probably something firing in the wrong order). 9be4ae may also alleviate the root cause.
This commit is contained in:
@@ -257,6 +257,9 @@ class Fit(object):
|
||||
return None
|
||||
fit = eos.db.getFit(fitID)
|
||||
|
||||
if fit is None:
|
||||
return None
|
||||
|
||||
if basic:
|
||||
return fit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user