[openrtm-commit:02483] r802 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 2月 24日 (金) 19:31:39 JST
Author: miyamoto
Date: 2017-02-24 19:31:39 +0900 (Fri, 24 Feb 2017)
New Revision: 802
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/Properties.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Properties.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Properties.py 2017-02-22 08:01:11 UTC (rev 801)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Properties.py 2017-02-24 10:31:39 UTC (rev 802)
@@ -175,7 +175,6 @@
keys = prop.propertyNames()
for _key in keys:
- node = None
node = prop.getNode(_key)
if node:
self.setDefault(_key, node.default_value)
openrtm-commit メーリングリストの案内