[openrtm-commit:02614] r830 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 5月 30日 (火) 09:30:05 JST


Author: miyamoto
Date: 2017-05-30 09:30:05 +0900 (Tue, 30 May 2017)
New Revision: 830

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2017-05-26 04:48:21 UTC (rev 829)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/DefaultConfiguration.py	2017-05-30 00:30:05 UTC (rev 830)
@@ -96,7 +96,7 @@
                  "sdo.service.consumer.enabled_services",  "ALL",
                  "manager.supported_languages",  "C++, Python, Java",
                  "manager.modules.C++.profile_cmd",  "rtcprof",
-                 "manager.modules.Python.profile_cmd",  "rtcd_python",
+                 "manager.modules.Python.profile_cmd",  "rtcprof_python",
                  "manager.modules.Java.profile_cmd",  "rtcprof_java",
                  "manager.modules.C++.suffixes",  cpp_suffixes,
                  "manager.modules.Python.suffixes",  "py",



More information about the openrtm-commit mailing list