[openrtm-commit:03330] r975 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 3月 30日 (金) 23:05:50 JST


Author: miyamoto
Date: 2018-03-30 23:05:50 +0900 (Fri, 30 Mar 2018)
New Revision: 975

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2018-03-29 02:19:44 UTC (rev 974)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/Manager.py	2018-03-30 14:05:50 UTC (rev 975)
@@ -1977,8 +1977,8 @@
 
     #meths = OpenRTM_aist.split(self._config.getProperty("naming.type"),",")
     meths = [s.strip() for s in self._config.getProperty("naming.type").split(",")]
-    print(meths)
     
+    
     for meth in meths:
       #names = OpenRTM_aist.split(self._config.getProperty(meth+".nameservers"), ",")
       names = [s.strip() for s in self._config.getProperty(meth+".nameservers").split(",")]



openrtm-commit メーリングリストの案内