mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Fix pylint warnings
This commit is contained in:
parent
ff44488a42
commit
a872d8688d
6 changed files with 12 additions and 2 deletions
|
@ -48,6 +48,8 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
buildserverid = None
|
||||
|
||||
|
||||
# Note that 'force' here also implies test mode.
|
||||
def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
||||
|
@ -951,7 +953,6 @@ def parse_commandline():
|
|||
|
||||
options = None
|
||||
config = None
|
||||
buildserverid = None
|
||||
fdroidserverid = None
|
||||
start_timestamp = time.gmtime()
|
||||
status_output = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue