Thanks to visit codestin.com Credit goes to github.com
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 d129e25 commit 6b4d5a6Copy full SHA for 6b4d5a6
synthtool/gcp/templates/python_library/scripts/readme-gen/readme_gen.py.j2
@@ -28,7 +28,10 @@ import yaml
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