fix PEP8 "E201 whitespace after '(' or '[' or '{'"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:21:47 -04:00
parent 998011d535
commit 4af2e0004f
4 changed files with 34 additions and 34 deletions

View file

@ -91,7 +91,7 @@ def update_awsbucket(repo_section):
if upload:
if options.verbose:
logging.info(' uploading "' + file_to_upload + '"...')
extra = { 'acl': 'public-read' }
extra = {'acl': 'public-read' }
if file_to_upload.endswith('.sig'):
extra['content_type'] = 'application/pgp-signature'
elif file_to_upload.endswith('.asc'):