Commit 1cf479e7 authored by norvell's avatar norvell
Browse files

Another fix for renderer error report

parent 6f4f7ee2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ def compare_rom_vs_binary(

    out_bin_path = DEC_BINARY_DIR.joinpath(in_file + file_ext).with_suffix(".wav")
    run_decoder(
        out_fmt, out_fs, bitstream_path, out_bin_path, add_option_list=option_list_dec
        test_info, out_fmt, out_fs, bitstream_path, out_bin_path, add_option_list=option_list_dec
    )
    out_bin, out_bin_fs = pyaudio3dtools.audiofile.readfile(out_bin_path)