Commit dcfb35f5 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix suffix for ISM metadata

parent 397e65d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -474,12 +474,16 @@ def generate_OMASA_scene(

            # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...)
            y_int.metadata_files.insert(
<<<<<<< Updated upstream
                i - 1,
                str(
                    output_filename.with_suffix(
                        output_filename.suffix + f".{i - 1}.csv"
                    )
                ),
=======
                i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv"))
>>>>>>> Stashed changes
            )

    # append pre-amble and post-amble
+4 −0
Original line number Diff line number Diff line
@@ -460,12 +460,16 @@ def generate_OSBA_scene(

            # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...)
            y.metadata_files.insert(
<<<<<<< Updated upstream
                i - 1,
                str(
                    output_filename.with_suffix(
                        output_filename.suffix + f".{i - 1}.csv"
                    )
                ),
=======
                i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv"))
>>>>>>> Stashed changes
            )

    # append pre-amble and post-amble