[openrtm-commit:02484] r803 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 27日 (月) 11:50:16 JST


Author: miyamoto
Date: 2017-02-27 11:50:16 +0900 (Mon, 27 Feb 2017)
New Revision: 803

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-02-24 10:31:39 UTC (rev 802)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-02-27 02:50:16 UTC (rev 803)
@@ -844,7 +844,7 @@
                              comp_id.getProperty("implementation_id"))
 
       if not OpenRTM_aist.toBool(self._config.getProperty("manager.modules.search_auto"), "YES", "NO", True):
-        return False
+        return None
       # automatic module loading
       mp = self._module.getLoadableModules()
       self._rtcout.RTC_INFO("%d loadable modules found", len(mp))



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