mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix PEP8 "E202 whitespace before ']' or '}'"
This commit is contained in:
parent
4af2e0004f
commit
62204d1fe5
4 changed files with 22 additions and 22 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue