Unverified Commit 48517241 authored by Sébastien Tourbier's avatar Sébastien Tourbier Committed by GitHub
Browse files

feat(bids/dataset.py): add arguments to datalad create_siblings to make it more robust

parent c4d6aacb
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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(