We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8756555 commit beecb62Copy full SHA for beecb62
libcloud/compute/drivers/ec2.py
@@ -1650,9 +1650,7 @@ def create_node(
1650
params["SecurityGroup.%d" % (sig + 1,)] = security_groups[sig]
1651
1652
if ex_security_group_ids and not ex_subnet:
1653
- raise ValueError(
1654
- "You can only supply ex_security_group_ids" " combined with ex_subnet"
1655
- )
+ raise ValueError("You can only supply ex_security_group_ids" " combined with ex_subnet")
1656
1657
security_group_ids = ex_security_group_ids
1658
security_group_id_params = {}
0 commit comments