We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a052ec5 commit ef41f51Copy full SHA for ef41f51
2 files changed
.flake8
@@ -0,0 +1,3 @@
1
+[flake8]
2
+# match black default
3
+max-line-length = 88
rhdp/rhdp-cluster-define.py
@@ -49,8 +49,7 @@ def setup_install(
49
pull_secret = pull_secret_path.expanduser().read_text()
50
rhdp_dir = pattern_dir / "rhdp"
51
jinja_env = Environment(
52
- loader=FileSystemLoader(searchpath=rhdp_dir),
53
- autoescape=select_autoescape()
+ loader=FileSystemLoader(searchpath=rhdp_dir), autoescape=select_autoescape()
54
)
55
config_template = jinja_env.get_template("install-config.yaml.j2")
56
output_text = config_template.render(
0 commit comments