[openrtm-commit:03284] r967 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 3月 27日 (火) 15:48:06 JST
Author: miyamoto
Date: 2018-03-27 15:48:06 +0900 (Tue, 27 Mar 2018)
New Revision: 967
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2018-03-26 07:17:17 UTC (rev 966)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2018-03-27 06:48:06 UTC (rev 967)
@@ -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 メーリングリストの案内