[openrtm-commit:02844] r871 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 9月 28日 (木) 18:00:09 JST


Author: miyamoto
Date: 2017-09-28 18:00:09 +0900 (Thu, 28 Sep 2017)
New Revision: 871

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
Log:
[compat,->RELENG_1_2] bug fix.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-09-20 19:06:33 UTC (rev 870)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-09-28 09:00:09 UTC (rev 871)
@@ -471,8 +471,9 @@
       self._initProc(self)
 
     self.initPreCreation()
+    
+    self.initPreConnection()
     self.initPreActivation()
-    self.initPreConnection()
 
     return True
 



More information about the openrtm-commit mailing list