Skip to content

Commit 875edc3

Browse files
chore: [autoapprove] update readme_gen.py to include autoescape True (#1784)
Source-Link: googleapis/synthtool@6b4d5a6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3bbefc1 commit 875edc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416
17-
# created: 2022-04-20T23:42:53.970438194Z
16+
digest: sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149
17+
# created: 2022-05-05T15:17:27.599381182Z

scripts/readme-gen/readme_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
loader=jinja2.FileSystemLoader(
3030
os.path.abspath(os.path.join(os.path.dirname(__file__), "templates"))
3131
),
32+
autoescape=True,
3233
)
3334

3435
README_TMPL = jinja_env.get_template("README.tmpl.rst")

0 commit comments

Comments
 (0)