should've tested that ...

git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@130 f711b948-2313-0410-aaa9-d29f33439f0b
This commit is contained in:
hploetz 2006-11-19 21:10:41 +00:00
parent a0d78cf3a6
commit 586a2049e2
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class Cyberflex_Shell(Shell):
return self.do_apdu(apdu)
def do_apdu(apdu):
def do_apdu(self, apdu):
response = self.card.send_apdu(apdu)
if len(response.data) > 0: ## The SW is already printed by _print_sw as a post_hook