We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
cd.download()
1 parent bc4b669 commit 5659516Copy full SHA for 5659516
1 file changed
coderdata/download/downloader.py
@@ -10,7 +10,7 @@
10
import yaml
11
12
def download(
13
- name: str=None,
+ name: str='all',
14
local_path: PathLike=Path.cwd(),
15
exist_ok: bool=False
16
):
0 commit comments