Commit af01ceeb authored by malenovsky's avatar malenovsky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 63c54ecf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ def convert_osba(

        # only render SBA part to MASA
        out_masa = audio.fromtype(out.name[4:])
        if out.metadata_files[-1].endswith(".met"):
        if str(out.metadata_files[-1]).endswith(".met"):
            # if MASA metadata filename is given, copy it
            out_masa.metadata_file = copy(out.metadata_files[-1])
        render_sba_to_masa(sba, out_masa)