Skip to content

Commit

Permalink
feat(bids/dataset.py): add arguments to datalad create_siblings to ma…
Browse files Browse the repository at this point in the history
…ke it more robust
  • Loading branch information
sebastientourbier authored Oct 31, 2023
1 parent c4d6aac commit 4851724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datahipy/bids/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ def dataset_publish(input_data, output_file):
# Uncomment when public space could have https access
# as it expects sshurl to have URL protocol to be http or https
# as_common_datasrc=True,
recursive=True
recursive=True,
existing='replace',
on_failure='ignore'
)
# Publish the dataset to the public space
datalad.api.push(
Expand Down

0 comments on commit 4851724

Please sign in to comment.