Fixed problem that prevented the 'localize' option from working for

ValueHelpers.
This commit is contained in:
Tom Keffer
2016-03-11 08:04:36 -08:00
parent 2eb0e04458
commit b688bfe2fc

View File

@@ -874,7 +874,7 @@ class ValueHelper(object):
# Then do the format conversion:
s = self.formatter.toString(vtx, self.context, addLabel=addLabel,
useThisFormat=useThisFormat, NONE_string=NONE_string,
localize=True)
localize=localize)
return s
def __str__(self):