Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 27, 2024
1 parent 9bec3bf commit 53fd549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void CompiledMeasurementsToDetectionEventsConverter::convert_file(
auto format_sweep_bits = format_to_enum(sweep_bits_format);
auto format_out = format_to_enum(detection_events_format);
RaiiFile file_in(measurements_filepath, "rb");
RaiiFile obs_out(obs_out_filepath == nullptr ? std::string_view{} : std::string_view{obs_out_filepath}, "wb");
RaiiFile obs_out(obs_out_filepath, "wb");
RaiiFile sweep_bits_in(sweep_bits_filepath, "rb");
RaiiFile detections_out(detection_events_filepath, "wb");
auto parsed_obs_out_format = format_to_enum(obs_out_format);
Expand Down

0 comments on commit 53fd549

Please sign in to comment.