Working commit for adding / removing projected modules / environments

This commit is contained in:
Ryan Holmes
2018-08-09 15:52:34 -04:00
parent 56ebb2926d
commit d6b280d3cc
6 changed files with 19 additions and 15 deletions

View File

@@ -528,6 +528,7 @@ class Fit(object):
eos.db.commit()
self.recalc(fit)
@deprecated
def removeProjected(self, fitID, thing):
pyfalog.debug("Removing projection on fit ({0}) from: {1}", fitID, thing)
fit = eos.db.getFit(fitID)