uv
18bcd473
- Fix parent path handling with bare scripts (#17965)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 days ago
Fix parent path handling with bare scripts (#17965) Rust gotcha: the parent of a bare filename (e.g. script.py) is Some(""), not None, and calling std::path::absolute on it fails.
References
#17965 - Fix parent path handling with bare scripts
Author
konstin
Parents
cc6e7a60
Loading