Remove useless TODO
This commit is contained in:
parent
975dbb26c5
commit
3296d57132
1 changed files with 0 additions and 1 deletions
|
|
@ -466,7 +466,6 @@ class ConsoleApplication(BaseApplication):
|
|||
msg = unicode(error)
|
||||
if not msg:
|
||||
msg = 'invalid login/password.'
|
||||
# TODO ask to reconfigure backend
|
||||
print >>sys.stderr, 'Error(%s): %s' % (backend.name, msg)
|
||||
if self.ask('Do you want to reconfigure this backend?', default=True):
|
||||
self.unload_backends(names=[backend.name])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue