Skip to content
Snippets Groups Projects
Commit 647c9f83 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add annotator to the list of valid_keywords

parent 8e3b15b8
No related branches found
No related tags found
1 merge request!131Add annotator support
...@@ -20,7 +20,7 @@ logger = logging.getLogger("bob.bio.base") ...@@ -20,7 +20,7 @@ logger = logging.getLogger("bob.bio.base")
#: Keywords for which resources are defined. #: 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): def _collect_config(paths):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment