From 9b89a230c912f3a355099299439327c1269e3c1f Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Tue, 1 May 2018 23:39:58 +0200 Subject: [PATCH] Fix test script --- test_nfc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_nfc.py b/test_nfc.py index a6e9cff..d91f8c1 100755 --- a/test_nfc.py +++ b/test_nfc.py @@ -47,7 +47,7 @@ apdu_test = "desfire-ndef4" if len(sys.argv) > 1: apdu_test = sys.argv[1] -print "Available tests: %s" % ", ".join(sorted(tests.keys() + "desfire-ndef4")) #desfire-ndef4 has a bit postprocessing +print "Available tests: %s" % ", ".join(sorted(tests.keys() + ["desfire-ndef4"])) #desfire-ndef4 has a bit postprocessing print "Selected test: %s" % apdu_test # select apdus according to test name