[openrtm-commit:02103] r736 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 11月 10日 (木) 14:14:31 JST
Author: miyamoto
Date: 2016-11-10 14:14:31 +0900 (Thu, 10 Nov 2016)
New Revision: 736
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 2016-11-08 10:33:02 UTC (rev 735)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ModuleManager.py 2016-11-10 05:14:31 UTC (rev 736)
@@ -622,6 +622,8 @@
else:
f = str(path)+ os.sep + str(file_name)
if self.fileExist(f):
+ f = f.replace("\\","/")
+ f = f.replace("//","/")
return f
return ""
More information about the openrtm-commit
mailing list