From 647c9f83e39b4fb6af617f9afb83e7272503d8e8 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 24 Jan 2018 15:47:10 +0100 Subject: [PATCH] Add annotator to the list of valid_keywords --- bob/bio/base/utils/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/utils/resources.py b/bob/bio/base/utils/resources.py index e2c5816d..3c3b5749 100644 --- a/bob/bio/base/utils/resources.py +++ b/bob/bio/base/utils/resources.py @@ -20,7 +20,7 @@ logger = logging.getLogger("bob.bio.base") #: Keywords for which resources are defined. -valid_keywords = ('database', 'preprocessor', 'extractor', 'algorithm', 'grid', 'config') +valid_keywords = ('database', 'preprocessor', 'extractor', 'algorithm', 'grid', 'config', 'annotator') def _collect_config(paths): -- GitLab