[openrtm-commit:02553] r810 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 4月 3日 (月) 13:26:59 JST


Author: miyamoto
Date: 2017-04-03 13:26:59 +0900 (Mon, 03 Apr 2017)
New Revision: 810

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/CorbaPort.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/CorbaPort.py	2017-04-03 04:24:09 UTC (rev 809)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/CorbaPort.py	2017-04-03 04:26:59 UTC (rev 810)
@@ -1438,7 +1438,8 @@
       try:
         OpenRTM_aist.Manager.instance().getPOA().deactivate_object(self._oid)
       except:
-        print OpenRTM_aist.Logger.print_exception()
+        pass
+        #print OpenRTM_aist.Logger.print_exception()
       return
     
 



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