-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1432: Better error message when `normalize` path failed r=messense a=messense Before ```bash $ maturin sdist -m ~/Desktop/ruff/ruff_cli/Cargo.toml -o dist 💥 maturin failed Caused by: No such file or directory (os error 2) ``` After ```bash $ maturin sdist -m ~/Desktop/ruff/ruff_cli/Cargo.toml -o dist 💥 maturin failed Caused by: failed to normalize path `/Users/messense/Desktop/ruff/ruff_cli/Cargo.toml` Caused by: No such file or directory (os error 2) ``` Co-authored-by: messense <messense@icloud.com>
- Loading branch information
Showing
4 changed files
with
45 additions
and
7 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
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