cran.lister: Adapt docstring sample accordingly
This commit is contained in:
parent
e1069f0c59
commit
0560b813b2
1 changed files with 5 additions and 2 deletions
|
@ -28,8 +28,11 @@ class CRANLister(SimpleLister):
|
|||
"""Return task format dict. This creates tasks with args and kwargs
|
||||
set, for example::
|
||||
|
||||
args: ['package', 'https://cran.r-project.org/...', 'version']
|
||||
kwargs: {}
|
||||
args: []
|
||||
kwargs: {
|
||||
'url': 'https://cran.r-project.org/...',
|
||||
'version': '0.0.1'
|
||||
}
|
||||
|
||||
"""
|
||||
policy = kwargs.get('policy', 'oneshot')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue