Skip to content
Snippets Groups Projects
Verified Commit 0560b813 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

cran.lister: Adapt docstring sample accordingly

parent e1069f0c
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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