[pytango] 403/483: Fix typo. Shame on me for not properly testing before commit
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:05 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 b11352677c9ac3a4396338d02a1e9653eb3ab605
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Thu Aug 28 13:26:55 2014 +0000
Fix typo. Shame on me for not properly testing before commit
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@26364 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
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 8c6149b..1a817a5 100644
--- a/src/boost/python/server.py
+++ b/src/boost/python/server.py
@@ -716,7 +716,7 @@ def __server_run(classes, args=None, msg_stream=sys.stdout, util=None,
util.add_class(klass_klass, klass, klass_name)
else:
for klass_name, klass_info in classes.items():
- if is_seq(klass_info)
+ if is_seq(klass_info):
if len(klass_info) == 2:
klass_klass, klass = klass_info
else:
--
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