forgot 'nother one

git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@80 f711b948-2313-0410-aaa9-d29f33439f0b
This commit is contained in:
hploetz 2006-05-26 04:37:29 +00:00
parent f75a882699
commit 0acf90679d
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class Cyberflex_Shell(Shell):
def cmd_reconnect(self, reader = None):
"Re-open the connection to the card"
self.cmd_close()
self.cmd_open(reader)
self.cmd_disconnect()
self.cmd_connect(reader)
def _update_prompt(self):
self.set_prompt(self.card.get_prompt() + " ")