[openrtm-commit:03239] r958 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 3月 14日 (水) 16:14:45 JST


Author: kawauchi
Date: 2018-03-14 16:14:45 +0900 (Wed, 14 Mar 2018)
New Revision: 958

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

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/BufferBase.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/BufferBase.py	2018-03-12 10:19:44 UTC (rev 957)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/BufferBase.py	2018-03-14 07:14:45 UTC (rev 958)
@@ -187,7 +187,7 @@
   # @return buffer length
   # 
   # @endif
-  def advanceWptr(self, n = 1, unlock_enable=True)):
+  def advanceWptr(self, n = 1, unlock_enable=True):
     pass
 
 



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