We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e0d92 commit bdff0e2Copy full SHA for bdff0e2
1 file changed
SoftLayer/CLI/loadbal/service_add.py
@@ -40,7 +40,7 @@ def cli(env, identifier, enabled, port, weight, healthcheck_type, ip):
40
if ip:
41
ip_service = env.client['Network_Subnet_IpAddress']
42
ip_record = ip_service.getByIpAddress(ip)
43
- if len(ip_record)>0:
+ if len(ip_record) > 0:
44
ip_address_id = ip_record['id']
45
46
mgr.add_service(loadbal_id,
0 commit comments