diff -r 922f0d84f869 -r 1c04a50dc7ff PLCControler.py --- a/PLCControler.py Wed Oct 10 10:50:00 2018 +0300 +++ b/PLCControler.py Thu Oct 11 09:41:15 2018 +0300 @@ -462,7 +462,7 @@ self.ProgramFilePath = filepath return program_text, errors, warnings except PLCGenException as ex: - errors.append(ex.message) + errors.append(str(ex)) else: errors.append("No project opened") return "", errors, warnings