[openrtm-commit:02645] r846 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 6月 19日 (月) 13:55:45 JST


Author: miyamoto
Date: 2017-06-19 13:55:45 +0900 (Mon, 19 Jun 2017)
New Revision: 846

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py	2017-06-19 00:10:13 UTC (rev 845)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py	2017-06-19 04:55:45 UTC (rev 846)
@@ -637,7 +637,7 @@
               OpenRTM_aist.eraseHeadBlank(tmp)
               key = tmp[0]
               
-              value = r[pos:]
+              value = r[pos+1:]
               tmp = [value]
               OpenRTM_aist.eraseHeadBlank(tmp)
               value = tmp[0]



More information about the openrtm-commit mailing list