[openrtm-commit:02588] r818 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 21日 (金) 14:11:11 JST
Author: miyamoto
Date: 2017-04-21 14:11:10 +0900 (Fri, 21 Apr 2017)
New Revision: 818
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py 2017-04-20 05:32:53 UTC (rev 817)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py 2017-04-21 05:11:10 UTC (rev 818)
@@ -322,7 +322,7 @@
dll = self._modules.find(file_name)
if not dll:
raise ModuleManager.NotFound, file_name
-
+ sys.modules.pop(dll.dll.__name__)
self._modules.unregisterObject(file_name)
return
openrtm-commit メーリングリストの案内