Fix funky indentation
This commit is contained in:
parent
7f28d78297
commit
a8d021d28f
@ -239,11 +239,11 @@ def init(ctx, config, output, map_ports_to_host):
|
|||||||
spec_file_content.update(default_spec_file_content)
|
spec_file_content.update(default_spec_file_content)
|
||||||
config_variables = _parse_config_variables(config)
|
config_variables = _parse_config_variables(config)
|
||||||
if config_variables:
|
if config_variables:
|
||||||
# Implement merge, since update() overwrites
|
# Implement merge, since update() overwrites
|
||||||
orig_config = spec_file_content["config"]
|
orig_config = spec_file_content["config"]
|
||||||
new_config = config_variables["config"]
|
new_config = config_variables["config"]
|
||||||
merged_config = {**new_config, **orig_config}
|
merged_config = {**new_config, **orig_config}
|
||||||
spec_file_content.update({"config": merged_config})
|
spec_file_content.update({"config": merged_config})
|
||||||
if debug:
|
if debug:
|
||||||
print(f"Creating spec file for stack: {stack} with content: {spec_file_content}")
|
print(f"Creating spec file for stack: {stack} with content: {spec_file_content}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user