[openrtm-commit:02606] r827 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 5月 8日 (月) 10:32:35 JST


Author: miyamoto
Date: 2017-05-08 10:32:34 +0900 (Mon, 08 May 2017)
New Revision: 827

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py	2017-05-07 23:46:43 UTC (rev 826)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py	2017-05-08 01:32:34 UTC (rev 827)
@@ -1142,7 +1142,7 @@
     
 
     if mgrstr == "manager_%p":
-      mgrobj = None
+      mgrobj = RTM.Manager._nil
     else:
       mgrobj = self.findManager_by_name(mgrstr)
     



openrtm-commit メーリングリストの案内