Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
authorEdouard Tisserant
Tue, 05 Mar 2013 20:12:51 +0900
changeset 956 c838c50f8946
parent 955 7ef2f485c28f
child 957 463d4b2b058d
Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed
runtime/PLCObject.py
--- a/runtime/PLCObject.py	Mon Mar 04 17:49:38 2013 +0900
+++ b/runtime/PLCObject.py	Tue Mar 05 20:12:51 2013 +0900
@@ -67,6 +67,7 @@
         self.hmi_frame = None
         self.website = website
         self._loading_error = None
+        self.python_threads_vars = None
         
         # Get the last transfered PLC if connector must be restart
         try: