aoi_gen/Variable.py
@@ -108,10 +108,10 @@ pass def toFormat(self, string): return string return string.replace("\"", "") def getValue(self, string): return string return "\"{}\"".format(str(string.replace("\"", ""))) class DecFloatFormatter(FormatterFactory): def __init__(self, formatparameters):