[openrtm-commit:02260] r783 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 1月 18日 (水) 17:51:32 JST


Author: miyamoto
Date: 2017-01-18 17:51:32 +0900 (Wed, 18 Jan 2017)
New Revision: 783

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-01-18 06:52:18 UTC (rev 782)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2017-01-18 08:51:32 UTC (rev 783)
@@ -3113,8 +3113,8 @@
 
     def __del__(self):
       self._th.join()
-      self._th = None
-      return
+      #self._th = None
+      #return
 
 
     ##



More information about the openrtm-commit mailing list