[openrtm-commit:03106] r924 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 1月 23日 (火) 11:28:22 JST
Author: miyamoto
Date: 2018-01-23 11:28:22 +0900 (Tue, 23 Jan 2018)
New Revision: 924
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/StringUtil.py
Log:
[compat, bugfix, ->RELENG_1_2] refs #4424
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/StringUtil.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/StringUtil.py 2018-01-23 02:23:30 UTC (rev 923)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/StringUtil.py 2018-01-23 02:28:22 UTC (rev 924)
@@ -702,7 +702,25 @@
retmap[v] = ""
return retmap
-
+##
+# @if jp
+# @brief ʸ»úÎóÃæ¤Î´Ä¶ÊÑ¿ô¤òÃÖ¤´¹¤¨¤ë
+#
+# ʸ»úÎóÃæ¤Ë%¤Ç°Ï¤Þ¤ì¤¿Ê¸»úÎ󤬤¢¤ë¾ì¹ç¤Ë¡¢´Ä¶ÊÑ¿ô¤ÈÃÖ¤´¹¤¨¤ë
+# Î㡧%RTM_ROOT%\bin -> C:\Program Files (x86)\OpenRTM-aist\1.1.2\
+#
+# @param _str ÃÖ¤´¹¤¨Á°¤Îʸ»úÎó
+# @return ÃÖ¤´¹¤¨¸å¤Îʸ»úÎó
+#
+#
+# @else
+# @brief
+#
+# @param _str
+#
+# @return
+#
+# @endif
def replaceEnv(_str):
tmp = _str.split("\%")
if len(tmp) < 3:
More information about the openrtm-commit
mailing list