We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee906b0 commit ae2fe46Copy full SHA for ae2fe46
libvcs/projects/base.py
@@ -16,7 +16,7 @@ class VCSLocation(NamedTuple):
16
17
18
def convert_pip_url(pip_url: str) -> VCSLocation:
19
- """Return repo URL and revision by parsing `libvcs.projects.base.BaseProject.url`."""
+ """Parse pip URL via `libvcs.projects.base.BaseProject.url`."""
20
error_message = (
21
"Sorry, '%s' is a malformed VCS url. "
22
"The format is <vcs>+<protocol>://<url>, "
0 commit comments