[pytango] 30/98: Make DeviceProxy.read_pipe use green mode

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit c723d4ee607eb3707f1b881c30f9f0e7fc301a27
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 00f954a..6765c4a 100644
--- a/src/boost/python/device_proxy.py
+++ b/src/boost/python/device_proxy.py
@@ -1299,7 +1299,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