Loading tests/conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
tests/conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -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() Loading