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

This commit is contained in:
Ryan Holmes
2017-05-14 20:52:06 -04:00
committed by GitHub
parent a0f5e4cbb3
commit da33a372cb
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("Calculating projections from {0} to target {1}", repr(self), repr(targetFit))
pyfalog.debug(u"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.