[gen] Bugfix: getFormattedValue must produce a different value for strings with format=TEXT depending on the layout type.
This commit is contained in:
parent
a4a9acfcfb
commit
4009cf824c
12 changed files with 62 additions and 46 deletions
|
@ -714,7 +714,7 @@ class MemoryBuffer(Buffer):
|
|||
evalEntry.expr, e))
|
||||
else:
|
||||
raise EvaluationError(EVAL_EXPR_ERROR % \
|
||||
(evalEntry.expr, Traceback.get(5)))
|
||||
(evalEntry.expr, '\n'+Traceback.get(5)))
|
||||
elif isinstance(evalEntry, Attributes) or \
|
||||
isinstance(evalEntry, Attribute):
|
||||
result.write(evalEntry.evaluate(context))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue