Commit dd14eb48 authored by Jan Kiene's avatar Jan Kiene
Browse files

small cleanup

parent f96349c8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path, isar_post_re

        # for .csv ISM metadata files, do text-based comparison to not take line endings into account
        # everything else (.wav output files and MASA metadata files) is compared as binary files
        if Path(file_a).suffix == ".csv":
        if suffix == ".csv":
            with open(file_a, "r") as f_a:
                with open(file_b, "r") as f_b:
                    a_content = f_a.read()