mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Fix pycodestlye errors
This commit is contained in:
parent
997f5d267b
commit
4d464051ff
1 changed files with 6 additions and 6 deletions
|
|
@ -132,6 +132,7 @@ def make(apps, apks, repodir, archive):
|
|||
fdroid_signing_key_fingerprints)
|
||||
make_website(sortedapps, repodir, repodict)
|
||||
|
||||
|
||||
def make_website(apps, repodir, repodict):
|
||||
if not os.path.exists(repodir):
|
||||
os.makedirs(repodir)
|
||||
|
|
@ -287,8 +288,7 @@ fieldset select, fieldset input, #reposelect select, #reposelect input { font-si
|
|||
.repoapplist { display:block; }
|
||||
.appdetailinner, .appdetailrow { display:block; }
|
||||
.appdetailcell { display:block; float:left; line-height:1.5em; }
|
||||
}
|
||||
""")
|
||||
}""")
|
||||
|
||||
images_dir = os.path.join(repodir, "images")
|
||||
if not os.path.exists(images_dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue