[pytango] 28/37: Make DeviceProxy.read_pipe use green mode
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:16:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag v9.2.0b
in repository pytango.
commit 83505334976915a46d51ad807297140289b76d88
Author: Jose Tiago Coutinho Macara <tiago.coutinho at esrf.fr>
Date: Wed Feb 24 09:36:48 2016 +0100
Make DeviceProxy.read_pipe use green mode
---
src/boost/python/device_proxy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/python/device_proxy.py b/src/boost/python/device_proxy.py
index 840fe5a..24884e5 100644
--- a/src/boost/python/device_proxy.py
+++ b/src/boost/python/device_proxy.py
@@ -1257,7 +1257,7 @@ def __init_DeviceProxy():
DeviceProxy.write_attribute_asynch = __DeviceProxy__write_attribute_asynch
DeviceProxy.write_attribute_reply = __DeviceProxy__write_attribute_reply
- DeviceProxy.read_pipe = __DeviceProxy__read_pipe
+ DeviceProxy.read_pipe = green(__DeviceProxy__read_pipe)
DeviceProxy.get_property = __DeviceProxy__get_property
DeviceProxy.put_property = __DeviceProxy__put_property
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list