[openrtm-commit:03187] r944 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 2月 26日 (月) 16:34:28 JST
Author: miyamoto
Date: 2018-02-26 16:34:28 +0900 (Mon, 26 Feb 2018)
New Revision: 944
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py
Log:
[compat, ->RELENG_1_2] fixed bug
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py 2018-02-26 07:26:52 UTC (rev 943)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerConfig.py 2018-02-26 07:34:28 UTC (rev 944)
@@ -292,7 +292,7 @@
key = key.strip()
value = OpenRTM_aist.unescape(value)
value = value.strip()
- self._argprop.setProperty(key[0],value[0])
+ self._argprop.setProperty(key,value)
if opt == "-p":
num = [-1]
More information about the openrtm-commit
mailing list