Skip to content

Commit a0f8d2a

Browse files
committed
fix flake8 complaints
1 parent ad97934 commit a0f8d2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libioc/Provisioning/puppet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ def provision(
215215
self.jail.logger.verbose(f"Writing r10k config {r10k_cfg}")
216216
with open(r10k_cfg, "w") as f:
217217
f.write("\n".join([f"---",
218-
":sources:",
219-
" puppet:",
220-
f" basedir: {puppet_env_dir}",
221-
f" remote: {self.source}\n"]))
218+
":sources:",
219+
" puppet:",
220+
f" basedir: {puppet_env_dir}",
221+
f" remote: {self.source}\n"]))
222222

223223
self.jail.logger.verbose("Deploying r10k config")
224224
self.jail.exec([

0 commit comments

Comments
 (0)