Skip to content

Commit 5659516

Browse files
committed
set default of name in cd.download() to 'all'
1 parent bc4b669 commit 5659516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderdata/download/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import yaml
1111

1212
def download(
13-
name: str=None,
13+
name: str='all',
1414
local_path: PathLike=Path.cwd(),
1515
exist_ok: bool=False
1616
):

0 commit comments

Comments
 (0)