uv
18bcd473 - Fix parent path handling with bare scripts (#17965)

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.
Author
Parents
Loading