Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Dec 5, 2024
1 parent c1aadfb commit 4ce950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openstack_workload_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def establish_connection():
machine_obj.delete_machine()
if args.clouds_yaml:
LOGGER.info(f"Creating a a clouds yaml : {args.clouds_yaml}")
clouds_yaml_data = { "clouds": clouds_yaml_data }
clouds_yaml_data = {"clouds": clouds_yaml_data}
with open(args.clouds_yaml, 'w') as file:
yaml.dump(clouds_yaml_data, file, default_flow_style=False, explicit_start=True)
sys.exit(0)
Expand Down

0 comments on commit 4ce950e

Please sign in to comment.