Skip to content

Commit

Permalink
Merge pull request #748 from christian-monch/fix-create-sibling-ria-p…
Browse files Browse the repository at this point in the history
…atch

Fix `CreateSiblingRia` code in `replace_create_sibling_ria.py`
  • Loading branch information
mih authored Jul 16, 2024
2 parents e582c27 + 4f1f578 commit 4cefc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_next/patches/replace_create_sibling_ria.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def __call__(url,
# be different for subdatasets.
# PATCH: use canonified representation of `url` and `push_url`
url = canonify_url(url)
push_url = canonify_url(url)
push_url = canonify_url(push_url)

try:
ssh_host, url_base_path_str, rewritten_url = \
Expand Down

0 comments on commit 4cefc66

Please sign in to comment.