mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fix PEP8 "E303 too many blank lines (2)"
This commit is contained in:
parent
69989d4758
commit
16dc3b27d6
3 changed files with 0 additions and 4 deletions
|
@ -354,7 +354,6 @@ def main():
|
||||||
common.getappname(app), version))
|
common.getappname(app), version))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
|
|
||||||
if options.autoonly and app['Auto Update Mode'] in ('None', 'Static'):
|
if options.autoonly and app['Auto Update Mode'] in ('None', 'Static'):
|
||||||
|
|
|
@ -272,7 +272,6 @@ class DescriptionFormatter:
|
||||||
self.ital = not self.ital
|
self.ital = not self.ital
|
||||||
txt = txt[2:]
|
txt = txt[2:]
|
||||||
|
|
||||||
|
|
||||||
def linkify(self, txt):
|
def linkify(self, txt):
|
||||||
linkified_plain = ''
|
linkified_plain = ''
|
||||||
linkified_html = ''
|
linkified_html = ''
|
||||||
|
@ -805,7 +804,6 @@ def write_metadata(dest, app):
|
||||||
mf.write('.\n')
|
mf.write('.\n')
|
||||||
mf.write('\n')
|
mf.write('\n')
|
||||||
|
|
||||||
|
|
||||||
if app['Archive Policy']:
|
if app['Archive Policy']:
|
||||||
writefield('Archive Policy')
|
writefield('Archive Policy')
|
||||||
writefield('Auto Update Mode')
|
writefield('Auto Update Mode')
|
||||||
|
|
|
@ -840,7 +840,6 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def archive_old_apks(apps, apks, archapks, repodir, archivedir, defaultkeepversions):
|
def archive_old_apks(apps, apks, archapks, repodir, archivedir, defaultkeepversions):
|
||||||
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue