[pytango] 243/483: fixes #3607779

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:46 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 4cb8fb910c9dff9b6509c9c16b2343ebb1968f63
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Mar 12 14:56:46 2013 +0000

    fixes #3607779
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22260 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 doc/revision.rst                                      | 1 +
 src/boost/python/ipython/ipython_00_10/ipy_install.py | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/revision.rst b/doc/revision.rst
index 0ca1b6d..16a8771 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -86,6 +86,7 @@ Version history
 |            |         - `3579062: [pytango] Attribute missing methods <https://sourceforge.net/tracker/?func=detail&aid=3579062&group_id=57612&atid=484769>`_                              |
 |            |         - `3586337: [pytango] Some DeviceClass methods are not python safe <https://sourceforge.net/tracker/?func=detail&aid=3586337&group_id=57612&atid=484769>`_           |
 |            |         - `3598514: DeviceProxy.__setattr__ break python's descriptors <https://sourceforge.net/tracker/?func=detail&aid=3598514&group_id=57612&atid=484769>`_               |
+|            |         - `3607779: [pytango] IPython 0.10 error <https://sourceforge.net/tracker/?func=detail&aid=3607779&group_id=57612&atid=484769>`_                                     |
 +------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | 8.0.2      | Bug fixes:                                                                                                                                                                   |
 |            |     - from sourceforge:                                                                                                                                                      |
diff --git a/src/boost/python/ipython/ipython_00_10/ipy_install.py b/src/boost/python/ipython/ipython_00_10/ipy_install.py
index be675ee..00efcc1 100644
--- a/src/boost/python/ipython/ipython_00_10/ipy_install.py
+++ b/src/boost/python/ipython/ipython_00_10/ipy_install.py
@@ -84,7 +84,7 @@ To start ipython with tango interface simply type on the command line:
 %% ipython -p tango
 
 If you want tango extension to be automaticaly active when you start ipython,
-edit your %s and add the line:
+edit your {0} and add the line:
 import ipy_profile_tango
 
 Next time, just start ipython on the command line:
@@ -98,7 +98,7 @@ For more information goto: http://www.tango-controls.org/static/PyTango/latest/d
 
 Have fun with ITango!
 The PyTango team
-    """ % (ipy_user_config,))
+    """.format(ipy_user_config))
 
 def main():
     d = None

-- 
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