From 49ea52c45eee26be51df4969ca2af8c2b7c9ceb6 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 23 Jul 2016 15:03:42 +0200 Subject: Handling device errors through exceptions Signed-off-by: Szczepan Zalega --- build/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build/test.py') diff --git a/build/test.py b/build/test.py index b3d9ea7..4aaf8cd 100644 --- a/build/test.py +++ b/build/test.py @@ -25,6 +25,7 @@ if __name__ == "__main__": # C.NK_set_debug(False) a = C.NK_write_hotp_slot(1, 'python_test', '12345678901234567890', 0, 'faketemppass') + # a = C.NK_write_hotp_slot(1, 'python_test', '12345678901234567890', 0, '123123123') print(a) exit() -- cgit v1.2.1