mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix pep8 whitespace errors
This commit is contained in:
parent
1e943a22df
commit
01b9fb1549
12 changed files with 50 additions and 50 deletions
|
@ -836,7 +836,7 @@ def trybuild(app, build, build_dir, output_dir, log_dir, also_check_dir,
|
|||
Parameters
|
||||
----------
|
||||
output_dir
|
||||
The directory where the build output will go.
|
||||
The directory where the build output will go.
|
||||
Usually this is the 'unsigned' directory.
|
||||
repo_dir
|
||||
The repo directory - used for checking if the build is necessary.
|
||||
|
@ -895,7 +895,7 @@ def force_halt_build(timeout):
|
|||
|
||||
def parse_commandline():
|
||||
"""Parse the command line.
|
||||
|
||||
|
||||
Returns
|
||||
-------
|
||||
options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue