Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error message when normalize path failed #1432

Merged
merged 1 commit into from
Jan 28, 2023

Conversation

messense
Copy link
Member

Before

$ maturin sdist -m ~/Desktop/ruff/ruff_cli/Cargo.toml -o dist
💥 maturin failed
  Caused by: No such file or directory (os error 2)

After

$ 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)

@netlify
Copy link

netlify bot commented Jan 28, 2023

Deploy Preview for maturin-guide ready!

Name Link
🔨 Latest commit 6ef84ca
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/63d4c95283be7e0008e55dc7
😎 Deploy Preview https://deploy-preview-1432--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@messense
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 28, 2023

Build succeeded:

@bors bors bot merged commit d7e8ba5 into PyO3:main Jan 28, 2023
@messense messense deleted the normalize-error branch January 28, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant