[openrtm-commit:02185] r771 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 12月 21日 (水) 15:18:29 JST


Author: miyamoto
Date: 2016-12-21 15:18:29 +0900 (Wed, 21 Dec 2016)
New Revision: 771

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/SdoOrganization.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/SdoOrganization.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/SdoOrganization.py	2016-12-20 10:01:26 UTC (rev 770)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/SdoOrganization.py	2016-12-21 06:18:29 UTC (rev 771)
@@ -380,12 +380,8 @@
       raise SDOPackage.InvalidParameter("remove_organization_property_value(): Not found.")
 
 
-    try:
-      OpenRTM_aist.CORBA_SeqUtil.erase(self._orgProperty.properties, index)
-      return True
-    except:
-      self.__rtcout.RTC_ERROR(OpenRTM_aist.Logger.print_exception())
-      raise SDOPackage.InternalError("remove_organization_property_value()")
+    OpenRTM_aist.CORBA_SeqUtil.erase(self._orgProperty.properties, index)
+    return True
 
 
 



More information about the openrtm-commit mailing list