[pytango] 57/483: fix error message
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:24 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 a5cbd2731e65217041a2d0f9a1fc2f47bdee1525
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Mon Nov 14 12:06:58 2011 +0000
fix error message
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18370 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
PyTango/ipython/ipython_00_11/ipython_00_11.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/PyTango/ipython/ipython_00_11/ipython_00_11.py b/PyTango/ipython/ipython_00_11/ipython_00_11.py
index 285f75f..47ccf91 100644
--- a/PyTango/ipython/ipython_00_11/ipython_00_11.py
+++ b/PyTango/ipython/ipython_00_11/ipython_00_11.py
@@ -563,14 +563,15 @@ def __get_db(host_port=None):
ip.user_ns["DB_NAME"] = host_port
except Exception, e:
if db:
- print "Could not access Database %s:" % host_port
+ print "\nCould not access Database %s:" % host_port
print str(e)
old_host_port = "%s:%s" % (db.get_db_host(), db.get_db_port())
print "Maintaining connection to Database", old_host_port
ip.user_ns["DB_NAME"] = old_host_port
else:
- print "Could not access any Database."
- print "Make sure .tangorc, /etc/tangorc or TANGO_HOST environment is defined."
+ print "\nCould not access any Database. Make sure:"
+ print "\t- .tangorc, /etc/tangorc or TANGO_HOST environment is defined."
+ print "\t- the Database DS is running"
ip.user_ns["DB_NAME"] = "OFFLINE"
# register the 'db' in the user namespace
--
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