Skip to content

Commit

Permalink
flytrax-csv-to-braidz: bugfix: don't strip dir
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Nov 13, 2023
1 parent b1d0864 commit 6f52825
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flytrax-csv-to-braidz/src/bin/flytrax-csv-to-braidz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ async fn open_files_and_run() -> anyhow::Result<()> {

let cal_file_name = cli
.calibration_params
.file_name()
.unwrap()
.to_str()
.unwrap();

Expand Down

0 comments on commit 6f52825

Please sign in to comment.