[openrtm-commit:01041] r547 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 4月 6日 (土) 21:39:49 JST
Author: kurihara
Date: 2013-04-06 21:39:49 +0900 (Sat, 06 Apr 2013)
New Revision: 547
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPort.py
Log:
fixed bug. refs #2628
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPort.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPort.py 2013-01-31 15:46:46 UTC (rev 546)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPort.py 2013-04-06 12:39:49 UTC (rev 547)
@@ -162,7 +162,7 @@
# check number of connectors
conn_size = len(self._connectors)
if not conn_size > 0:
- return True
+ return False
# set timestamp
#tm = Time()
More information about the openrtm-commit
mailing list