Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 22e1f03 commit 2f75950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/src/modules/binarize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ impl Module for Binarize {
source: tmp_sourced
.to_str()
.expect("tmp source path should be valid utf-8")
.trim_start_matches('/')
.trim_start_matches(&addon.folder())
.to_owned(),
output: tmp_outed
.to_str()
Expand Down

0 comments on commit 2f75950

Please sign in to comment.