[openrtm-commit:03285] r968 - branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 3月 27日 (火) 15:51:06 JST
Author: miyamoto
Date: 2018-03-27 15:51:05 +0900 (Tue, 27 Mar 2018)
New Revision: 968
Modified:
branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
Log:
[merge] r967 have been merged from trunk.
Modified: branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2018-03-27 06:48:06 UTC (rev 967)
+++ branches/RELENG_1_2/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2018-03-27 06:51:05 UTC (rev 968)
@@ -1530,6 +1530,7 @@
if platform.system() == "Windows":
cmd = "cmd /c " + rtcd_cmd
+ load_path = load_path.replace("\\","\\\\")
else:
cmd = rtcd_cmd
cmd += " -o corba.master_manager:"
openrtm-commit メーリングリストの案内