Revert "Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most. (#1168)"

This reverts commit da33a372cb. Was squashed by mistake, commit author was lost
This commit is contained in:
blitzmann
2017-05-16 21:32:53 -04:00
parent 0d721b55a7
commit 4887817142
8 changed files with 10 additions and 10 deletions

View File

@@ -707,7 +707,7 @@ class Fit(object):
value.boosted_fit.__resetDependentCalcs()
if targetFit and type == CalcType.PROJECTED:
pyfalog.debug(u"Calculating projections from {0} to target {1}", repr(self), repr(targetFit))
pyfalog.debug("Calculating projections from {0} to target {1}", repr(self), repr(targetFit))
projectionInfo = self.getProjectionInfo(targetFit.ID)
# Start applying any command fits that we may have.