generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align
EnsureRemoteName
with implementation target
- swap notion of "exists" with "known". A remote may not actually exists *at* a remote location, but what counts here is whether it is registered (or not) in a local repo. - swap `ValueError` handling with standard `raise_for()` calls. This enables joint error reporting and validation - replace custom Runner invocation with `call_git_items_()`
- Loading branch information
Showing
2 changed files
with
44 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters