[openrtm-commit:00288] r430 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 8月 1日 (月) 21:35:16 JST
Author: kurihara
Date: 2011-08-01 21:35:16 +0900 (Mon, 01 Aug 2011)
New Revision: 430
Modified:
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
Log:
debug print has been added in exception.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py 2011-07-29 12:54:58 UTC (rev 429)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Manager.py 2011-08-01 12:35:16 UTC (rev 430)
@@ -391,6 +391,7 @@
try:
self._module.load(mods[i], basename)
except:
+ self._rtcout.RTC_ERROR(OpenRTM_aist.Logger.print_exception())
self.__try_direct_load(basename)
if self._initProc:
openrtm-commit メーリングリストの案内