[openrtm-commit:02209] r776 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 12日 (木) 19:26:46 JST
Author: miyamoto
Date: 2017-01-12 19:26:46 +0900 (Thu, 12 Jan 2017)
New Revision: 776
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py 2017-01-12 10:13:00 UTC (rev 775)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ConfigAdmin.py 2017-01-12 10:26:46 UTC (rev 776)
@@ -896,8 +896,8 @@
def getConfigurationSet(self, config_id):
prop = self._configsets.findNode(config_id)
- #if prop is None:
- # return self._emptyconf
+ if prop is None:
+ return self._emptyconf
return prop
More information about the openrtm-commit
mailing list