バグ #2288
Configurationパラメータに空文字を指定するとエラーが発生する。
Start date:
11/18/2011
Due date:
% Done:
100%
Estimated time:
Description
Configurationパラメータに空文字を指定するとエラーが発生する。
omniORB: Caught an unexpected Python exception during up-call. Traceback (most recent call last): File "C:\Python26\lib\site-packages\OpenRTM_aist\RTObject.py", line 1451, in o n_error self._configsets.update() File "C:\Python26\lib\site-packages\OpenRTM_aist\ConfigAdmin.py", line 552, in update self.update(self._activeId) File "C:\Python26\lib\site-packages\OpenRTM_aist\ConfigAdmin.py", line 536, in update self._params[i].update(prop.getProperty(self._params[i].name)) File "C:\Python26\lib\site-packages\OpenRTM_aist\ConfigAdmin.py", line 169, in update self._trans(self._var, self._default_value) AttributeError: Config instance has no attribute '_default_value' Exception in thread Thread-2:
Related issues
Associated revisions
History
#1 Updated by kurihara about 12 years ago
- Status changed from 新規 to 解決
- % Done changed from 0 to 100
r497 にて修正(変数名のミス)
#2 Updated by kurihara almost 12 years ago
- Status changed from 解決 to 終了
the bug about the variable name has been fixed. refs #2288