From 35292e110e48c6588d904c80f2c973db2fe705de Mon Sep 17 00:00:00 2001
From: Teodors EGLITIS <teodors.eglitis@idiap.ch>
Date: Wed, 26 Oct 2016 11:36:21 +0200
Subject: [PATCH] typo in utils.py

---
 bob/bio/vein/preprocessor/utils/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/vein/preprocessor/utils/utils.py b/bob/bio/vein/preprocessor/utils/utils.py
index 4e4681f..00d749c 100644
--- a/bob/bio/vein/preprocessor/utils/utils.py
+++ b/bob/bio/vein/preprocessor/utils/utils.py
@@ -80,7 +80,7 @@ class ManualRoiCut():
       return test_value
     elif test_value >= 0 and test_value < 60000:
       return max_value
-    else
+    else:
       return 0
 
 
-- 
GitLab