Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Nov 20, 2019
1 parent 25207d3 commit d94749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/generate_modules/generate_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main(argv):
for template_file in templates:
template = env.get_template(template_file)
if template_file.endswith(".tf.tmpl"):
template_file=template_file.replace(".tf.tmpl",".tf")
template_file = template_file.replace(".tf.tmpl", ".tf")
rendered = template.render(
module.template_options(BASE_TEMPLATE_OPTIONS)
)
Expand Down

0 comments on commit d94749d

Please sign in to comment.