beremiz
Clone
Summary
Browse
Changes
Graph
merged
svghmi
2020-06-18, Edouard Tisserant
2ddedeb035e0
Parents
8c42504b6384
abc2088aac4e
Children
12cd06391185
merged
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
py_ext/PythonFileCTNMixin.py
--- a/py_ext/PythonFileCTNMixin.py Thu Jun 18 14:16:19 2020 +0200
+++ b/py_ext/PythonFileCTNMixin.py Thu Jun 18 14:18:40 2020 +0200
@@ -119,7 +119,7 @@
"opts": repr(variable.getopts()),
"configname": configname.upper(),
"uppername": variable.getname().upper(),
- "IECtype": variable.gettype(),
+ "IECtype": self.GetCTRoot().GetBaseType(variable.gettype()),
"initial": repr(variable.getinitial()),
"pyextname": pyextname
},