roll out save replacement
This commit is contained in:
parent
b3256e0b7c
commit
2537fea06c
4 changed files with 13 additions and 12 deletions
|
|
@ -39,7 +39,7 @@ def init(path: str) -> None:
|
|||
if tracker == 'datalad':
|
||||
dl.create(path)
|
||||
elif tracker == 'None':
|
||||
os.path.makedirs(path, exist_ok=True)
|
||||
os.makedirs(path, exist_ok=True)
|
||||
else:
|
||||
raise ValueError(f"Tracker {tracker} is not supported.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue