mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +03:00
A few more PEP8 fixes
This commit is contained in:
parent
7a699e4a48
commit
17a4f5c00f
3 changed files with 12 additions and 11 deletions
|
@ -67,7 +67,7 @@ def update_awsbucket(repo_section):
|
|||
upload = False
|
||||
file_to_upload = os.path.join(root, name)
|
||||
object_name = 'fdroid/' + os.path.relpath(file_to_upload, os.getcwd())
|
||||
if not object_name in objs:
|
||||
if object_name not in objs:
|
||||
upload = True
|
||||
else:
|
||||
obj = objs.pop(object_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue