Remote installation with minor typo (capitalization) hidden in resulting error #537
Closed
1 task done
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pdm
projectpdm add
some remote dependency, but with the following (example) typo:Git+ssh://...
instead of the intendedgit+ssh://...
Actual behavior
The error message resulting from a capitalization error in the remote dependency specification does not show the original capitalization of the given string, hiding what caused the error.
Example on a freshly created pdm project:
The same error in the verbose output:
Expected behavior
The original remote dependency specification should be preserved and shown in the error message instead of altered.
Environment Information
Note this is the latest master branch version of
pdm
, installed viapipx
The text was updated successfully, but these errors were encountered: