Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Fixed PEP8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedetto Lo Giudice committed Jun 29, 2015
1 parent ca447cc commit 262f73e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap_cfn/config.py
Expand Up @@ -438,8 +438,9 @@ def elb(self):
)
# if not present, add the default cipher policy
if 'PolicyNames' not in listener:
logging.debug("ELB Listener for port 443 has no SSL Policy. " +
"Using default ELBSecurityPolicy-2015-05")
logging.debug(
"ELB Listener for port 443 has no SSL Policy. " +
"Using default ELBSecurityPolicy-2015-05")
listener['PolicyNames'] = ['PinDownSSLNegotiationPolicy201505']

elb_list.append(load_balancer)
Expand Down

0 comments on commit 262f73e

Please sign in to comment.