Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 49c77e1 commit 112359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packaging/file_finder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Files {
}

let previous_files = if prefix.join("conda-meta").exists() {
let prefix_records = PrefixRecord::collect_from_prefix(prefix)?;
let prefix_records: Vec<PrefixRecord> = PrefixRecord::collect_from_prefix(prefix)?;
let mut previous_files =
prefix_records
.into_iter()
Expand Down

0 comments on commit 112359e

Please sign in to comment.