Loading tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ def run_external_split_rendering( if test_info.config.option.create_cut: # CUT creation mode will run a comparison with REF out_file_ref = str(OUTPUT_PATH_REF.joinpath(out_file_stem)) out_file_ref = OUTPUT_PATH_REF.joinpath(out_file_stem) if plc_error_pattern: out_file_ref = out_file_ref.with_stem( f"{out_file_ref.stem}_plc_{plc_error_pattern.stem}" Loading Loading
tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ def run_external_split_rendering( if test_info.config.option.create_cut: # CUT creation mode will run a comparison with REF out_file_ref = str(OUTPUT_PATH_REF.joinpath(out_file_stem)) out_file_ref = OUTPUT_PATH_REF.joinpath(out_file_stem) if plc_error_pattern: out_file_ref = out_file_ref.with_stem( f"{out_file_ref.stem}_plc_{plc_error_pattern.stem}" Loading