typing
This commit is contained in:
parent
1c06383f76
commit
f83eab785c
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def _create_config(path: str) -> None:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
def create(path: str, tracker = 'datalad') -> None:
|
def create(path: str, tracker: str = 'datalad') -> None:
|
||||||
"""
|
"""
|
||||||
Create folder of backlogs.
|
Create folder of backlogs.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue