[pytango] 433/483: Fix typo
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 578f4e71322ce576fbf9265a785b7fbee0c0159b
Author: coutinho <coutinho at esrf.fr>
Date: Tue Dec 16 19:02:39 2014 +0100
Fix typo
---
src/boost/python/server.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/python/server.py b/src/boost/python/server.py
index 6a6fbcb..b3659af 100644
--- a/src/boost/python/server.py
+++ b/src/boost/python/server.py
@@ -1504,7 +1504,7 @@ class Server:
self.__running = True
u_instance = self.tango_util.instance()
u_instance.server_init()
- self.__phase = Server.Phase2
+ self._phase = Server.Phase2
self.log.info("Ready to accept request")
u_instance.server_run()
if self.gevent_mode:
--
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