lint: tidy up code some more, pylint is enforcing
This commit is contained in:
parent
66b3ccc0f0
commit
61564e8c01
17 changed files with 72 additions and 38 deletions
|
@ -47,5 +47,5 @@ class BaseAutomation(metaclass=ABCMeta):
|
|||
:return: None
|
||||
"""
|
||||
tmpl = jinja2.Template(template)
|
||||
with open(self.working_directory(filename), 'w') as tf:
|
||||
with open(self.working_directory(filename), 'w', encoding="utf-8") as tf:
|
||||
tf.write(tmpl.render(**kwargs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue