fix PEP8 "E203 whitespace before ':' or ','"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:06:59 -04:00
parent fccb990521
commit f1812d5935
6 changed files with 20 additions and 20 deletions

View file

@ -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)