lint
This commit is contained in:
parent
10ffdff2c3
commit
20fad30a06
4 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ class ListAutomation(TerraformAutomation):
|
|||
for obfuscate in [True, False]:
|
||||
with open(os.path.join(
|
||||
self.working_dir, f"{key}.{pool.pool_name}{'.jsno' if obfuscate else '.json'}"),
|
||||
'w', encoding="utf-8") as out:
|
||||
'w', encoding="utf-8") as out:
|
||||
out.write(json_encode(formatter(pool), obfuscate))
|
||||
with open(os.path.join(self.working_dir, f"{key}.{pool.pool_name}{'.jso' if obfuscate else '.js'}"),
|
||||
'w', encoding="utf-8") as out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue