[openrtm-commit:02723] r864 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 8月 2日 (水) 17:51:20 JST


Author: miyamoto
Date: 2017-08-02 17:51:20 +0900 (Wed, 02 Aug 2017)
New Revision: 864

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
Log:
[incompat,->RELENG_1_2] refs #4150

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-08-02 08:43:19 UTC (rev 863)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-08-02 08:51:20 UTC (rev 864)
@@ -2486,7 +2486,7 @@
 
     
     if id_and_conf[0].find(":") == -1:
-      id_and_conf[0] = prof[0] + ":::" + id_and_conf[0] + ":"
+      id_and_conf[0] = prof[0] + ":::" + id_and_conf[0] + "::"
 
     id = [s.strip() for s in id_and_conf[0].split(":")]
     



More information about the openrtm-commit mailing list