We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cd637 commit df6cc68Copy full SHA for df6cc68
.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
docker:
15
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest: sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
17
-# created: 2022-04-21T15:43:16.246106921Z
+ digest: sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149
+# created: 2022-05-05T15:17:27.599381182Z
scripts/readme-gen/readme_gen.py
@@ -28,7 +28,10 @@
28
jinja_env = jinja2.Environment(
29
trim_blocks=True,
30
loader=jinja2.FileSystemLoader(
31
- os.path.abspath(os.path.join(os.path.dirname(__file__), 'templates'))))
+ os.path.abspath(os.path.join(os.path.dirname(__file__), "templates"))
32
+ ),
33
+ autoescape=True,
34
+)
35
36
README_TMPL = jinja_env.get_template('README.tmpl.rst')
37
0 commit comments