From af5a290dac29754a1a2db6e429cebad624312c47 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Mon, 24 Feb 2020 16:36:02 +0100
Subject: [PATCH] [fix] verbosity of vanilla-biometrics

---
 bob/bio/base/script/vanilla_biometrics.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bob/bio/base/script/vanilla_biometrics.py b/bob/bio/base/script/vanilla_biometrics.py
index d6c3111c..56293212 100644
--- a/bob/bio/base/script/vanilla_biometrics.py
+++ b/bob/bio/base/script/vanilla_biometrics.py
@@ -114,6 +114,7 @@ TODO: Work out this help
     default="results",
     help="Name of output directory",
 )
+@verbosity_option(cls=ResourceOption)
 def vanilla_biometrics(
     preprocessor,
     extractor,
-- 
GitLab