# HG changeset patch
# User Edouard Tisserant
# Date 1592482720 -7200
# Node ID 2ddedeb035e0a1df9f996d88b355f379f9de8d6c
# Parent  8c42504b6384ce40ea5ae907448a74bc6e1502de# Parent  abc2088aac4e638a1b9bf69ccdb15b85d0e8e8f7
merged

diff -r 8c42504b6384 -r 2ddedeb035e0 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
             },