[openrtm-commit:03055] r913 - trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 1月 9日 (火) 18:48:59 JST


Author: miyamoto
Date: 2018-01-09 18:48:58 +0900 (Tue, 09 Jan 2018)
New Revision: 913

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/MyServiceConsumer.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/MyServiceConsumer.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/MyServiceConsumer.py	2018-01-06 03:32:05 UTC (rev 912)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/examples/SimpleService/MyServiceConsumer.py	2018-01-09 09:48:58 UTC (rev 913)
@@ -73,7 +73,7 @@
     print(" get_echo_history : get input messsage history.")
     print(" get_value_history: get input value history.")
     print("> ",end="")
-    args = str(input())
+    args = str(sys.stdin.readline())
 
     
 



More information about the openrtm-commit mailing list