pep8: Fix E225 pep8 violations.
This commit is contained in:
parent
245c05decd
commit
d4410365ea
2 changed files with 8 additions and 8 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue