fix the arguments to push #34
1 changed files with 1 additions and 2 deletions
|
|
@ -282,8 +282,7 @@ def add_file_to_dataset(dataset_root: Path, file: Path, home: Path):
|
|||
"datalad",
|
||||
"push",
|
||||
"-d", str(dataset_root),
|
||||
"--to", "entrystore",
|
||||
str(file)
|
||||
"--to", "entrystore"
|
||||
],
|
||||
check=True,
|
||||
env={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue