more clean up

(cherry picked from commit f198ff1)
This commit is contained in:
blitzman
2016-12-11 21:49:47 -08:00
committed by Ebag333
parent 37f8253836
commit 0ebb992354
2 changed files with 1 additions and 29 deletions

View File

@@ -199,7 +199,7 @@ class Fit(object):
self.recalc(fit, withBoosters=True)
def getFit(self, fitID, projected=False, basic=False):
''' Gets fit from database.
''' Gets fit from database
Projected is a recursion flag that is set to reduce recursions into projected fits
Basic is a flag to simply return the fit without any other processing