Skip to content

Commit 3e10def

Browse files
authored
Merge branch 'main' into clouds-yaml-generation
Signed-off-by: Marc Schöchlin <[email protected]>
2 parents 7d02c31 + c1aadfb commit 3e10def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openstack_workload_generator/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def establish_connection():
134134
machine_obj.delete_machine()
135135
if args.clouds_yaml:
136136
LOGGER.info(f"Creating a a clouds yaml : {args.clouds_yaml}")
137-
clouds_yaml_data = {"clouds": clouds_yaml_data}
137+
clouds_yaml_data = { "clouds": clouds_yaml_data }
138138
with open(args.clouds_yaml, 'w') as file:
139139
yaml.dump(clouds_yaml_data, file, default_flow_style=False, explicit_start=True)
140140
sys.exit(0)

0 commit comments

Comments
 (0)