more clean up

This commit is contained in:
blitzman
2016-12-12 00:49:47 -05:00
parent 55c13d1ad0
commit f198ff1773
2 changed files with 2 additions and 29 deletions

View File

@@ -235,7 +235,8 @@ class Fit(object):
self.recalc(fit, withBoosters=True)
def getFit(self, fitID, projected=False, basic=False):
''' Gets fit from database, and populates fleet data.
''' 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
'''