From 9a2b095f757e4124414aa6b3b7d7667894d85673 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Thu, 24 Nov 2016 19:09:22 +0100 Subject: [PATCH] Return the sorted AnnotationList (can be used if the checkMinutiae() function have to be overloaded) --- NIST/fingerprint/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NIST/fingerprint/__init__.py b/NIST/fingerprint/__init__.py index d85f244..e4b0dbb 100644 --- a/NIST/fingerprint/__init__.py +++ b/NIST/fingerprint/__init__.py @@ -360,6 +360,8 @@ class NISTf( NIST ): self.set_field( "9.010", id, idc ) self.set_field( "9.012", lstTo012( lst ), idc ) + + return lst except idcNotFound: debug.error( "checkMinutiae() : IDC %s not found - Checks ignored" ) -- GitLab