diff -r 27955f010b23 -r 3a1c0c161f80 PLCControler.py --- a/PLCControler.py Tue Mar 05 11:19:36 2019 +0300 +++ b/PLCControler.py Tue Mar 05 11:43:20 2019 +0300 @@ -463,7 +463,7 @@ self.ProgramFilePath = filepath return program_text, errors, warnings except PLCGenException as ex: - errors.append(str(ex)) + errors.append(ex) else: errors.append("No project opened") return "", errors, warnings