mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
fix PEP8 "E203 whitespace before ':' or ','"
This commit is contained in:
parent
fccb990521
commit
f1812d5935
6 changed files with 20 additions and 20 deletions
|
@ -813,7 +813,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
sys.exit(1)
|
||||
|
||||
# Copy the repo icon into the repo directory...
|
||||
icon_dir = os.path.join(repodir ,'icons')
|
||||
icon_dir = os.path.join(repodir, 'icons')
|
||||
iconfilename = os.path.join(icon_dir, os.path.basename(config['repo_icon']))
|
||||
shutil.copyfile(config['repo_icon'], iconfilename)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue