pep8: Fix E225 pep8 violations.

This commit is contained in:
Rafid Aslam 2016-11-29 05:29:01 +07:00 committed by Tim Abbott
parent 245c05decd
commit d4410365ea
2 changed files with 8 additions and 8 deletions

View file

@ -84,7 +84,7 @@ def check_permissions():
def build_message(event):
if not ('bucket' in event and 'creator' in event and 'html_url' in event):
logging.error("Perhaps the Basecamp API changed behavior? "
"This event doesn't have the expected format:\n%s" %(event,))
"This event doesn't have the expected format:\n%s" % (event,))
return None
# adjust the topic length to be bounded to 60 characters
topic = event['bucket']['name']