From 9dd84e59624c9318142b7dc0346c48bece60edd0 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 8 Jan 2010 00:07:56 +0000 Subject: [PATCH] bugfix git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@13 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/vpicc/SmartcardFilesystem.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtualsmartcard/vpicc/SmartcardFilesystem.py b/virtualsmartcard/vpicc/SmartcardFilesystem.py index 42f9f7e..4bf54c7 100644 --- a/virtualsmartcard/vpicc/SmartcardFilesystem.py +++ b/virtualsmartcard/vpicc/SmartcardFilesystem.py @@ -1106,6 +1106,8 @@ class MF(DF): # {{{ else: tlv_data = [] isSimpleTlv = True + else: + raise SwError(SW["ERR_INCORRECTP1P2"]) return file, isSimpleTlv, tlv_data