[openrtm-commit:02605] r826 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 5月 8日 (月) 08:46:44 JST
Author: miyamoto
Date: 2017-05-08 08:46:43 +0900 (Mon, 08 May 2017)
New Revision: 826
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-02 07:25:10 UTC (rev 825)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2017-05-07 23:46:43 UTC (rev 826)
@@ -1247,9 +1247,9 @@
break
time.sleep(0.01)
- if CORBA.is_nil(mgrobj):
- self._rtcout.RTC_WARN("Manager cannot be found.")
- return RTC.RTObject._nil
+ if CORBA.is_nil(mgrobj):
+ self._rtcout.RTC_WARN("Manager cannot be found.")
+ return RTC.RTObject._nil
openrtm-commit メーリングリストの案内