Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
33e18405
Commit
33e18405
authored
Nov 11, 2020
by
Yannick DAYER
Browse files
[annotate] Fix the help message
parent
881425da
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/script/annotate.py
View file @
33e18405
...
...
@@ -34,8 +34,8 @@ def annotate_common_options(func):
required
=
True
,
cls
=
ResourceOption
,
entry_point_group
=
"bob.bio.annotator"
,
help
=
"A
Transformer instance that takes a series of sample and returns
"
"the modified samples with annotations as a dictionary
."
,
help
=
"A
n annotator (instance of class inheriting from
"
"bob.bio.base.Annotator) or an annotator resource name
."
,
)
@
click
.
option
(
"--output-dir"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment