diff -r a80a66ba52d6 -r 9f6f46dbe3ae py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Fri Oct 28 13:06:52 2022 +0800 +++ b/py_ext/PythonFileCTNMixin.py Fri Oct 28 14:07:13 2022 +0800 @@ -24,10 +24,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - import os import re -from builtins import str as text import util.paths as paths from xmlclass import GenerateParserFromXSD @@ -77,7 +75,7 @@ self.CreateCodeFileBuffer(False) self.OnCTNSave() except Exception as exc: - error = text(exc) + error = str(exc) if error is not None: self.GetCTRoot().logger.write_error(