Skip to content

Commit

Permalink
Fix mutable default argument value for ip_addresses argument in the
Browse files Browse the repository at this point in the history
create_node() method.
  • Loading branch information
Kami committed Apr 18, 2024
1 parent 84b68be commit 509138a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/compute/drivers/equinixmetal.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def create_node(
image,
location,
ex_project_id=None,
ip_addresses=[],
ip_addresses=None,
cloud_init=None,
**kwargs,
):
Expand Down

0 comments on commit 509138a

Please sign in to comment.