Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ischaojie committed Jun 16, 2024
1 parent 2ef46fa commit b505833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/src/pyproject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ fn lock_with_sources(doc: &DocumentMut) -> bool {
.unwrap_or(false)
}

fn system_site_packages(doc: &Document) -> bool {
fn system_site_packages(doc: &DocumentMut) -> bool {
doc.get("tool")
.and_then(|x| x.get("rye"))
.and_then(|x| x.get("system-site-packages"))
Expand Down

0 comments on commit b505833

Please sign in to comment.