Skip to content

Commit 85c3e3f

Browse files
committed
pylint
1 parent 7e9e119 commit 85c3e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/generate_modules/generate_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main(argv):
8686
for template_file in templates:
8787
template = env.get_template(template_file)
8888
if template_file.endswith(".tf.tmpl"):
89-
template_file=template_file.replace(".tf.tmpl",".tf")
89+
template_file = template_file.replace(".tf.tmpl", ".tf")
9090
rendered = template.render(
9191
module.template_options(BASE_TEMPLATE_OPTIONS)
9292
)

0 commit comments

Comments
 (0)