[openrtm-commit:00472] r497 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 11月 18日 (金) 17:11:12 JST


Author: kurihara
Date: 2011-11-18 17:11:11 +0900 (Fri, 18 Nov 2011)
New Revision: 497

Modified:
   branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py
Log:
the bug about the variable name has been fixed. refs #2288

Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py	2011-10-19 09:41:38 UTC (rev 496)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py	2011-11-18 08:11:11 UTC (rev 497)
@@ -130,7 +130,7 @@
   # @endif
   def __init__(self, name, var, def_val, trans=None):
     self.name = name
-    self.default_value = def_val
+    self._default_value = def_val
     self._var = var
     if trans:
       self._trans = trans



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