fix PEP8 "E202 whitespace before ']' or '}'"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:24:48 -04:00
parent 4af2e0004f
commit 62204d1fe5
4 changed files with 22 additions and 22 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'):