We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e763d0c commit a7567c7Copy full SHA for a7567c7
build-scripts/build_tests.py
@@ -49,7 +49,7 @@ def _create_arg_parser() -> argparse.ArgumentParser:
49
50
def _write_path(file_contents: str, output_path: os.PathLike) -> None:
51
with open(output_path, "w") as file:
52
- file.write(file_contents)
+ file.write(file_contents.replace('&', '&'))
53
file.write("\n")
54
55
0 commit comments