mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
build: has no pretty option (closes #742)
This commit is contained in:
parent
21f5bd73a7
commit
b6e6ce87cb
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ def main():
|
||||||
newpage = site.Pages['build']
|
newpage = site.Pages['build']
|
||||||
newpage.save('#REDIRECT [[' + wiki_page_path + ']]', summary='Update redirect')
|
newpage.save('#REDIRECT [[' + wiki_page_path + ']]', summary='Update redirect')
|
||||||
|
|
||||||
common.write_status_json(status_output, options.pretty)
|
common.write_status_json(status_output)
|
||||||
|
|
||||||
# hack to ensure this exits, even is some threads are still running
|
# hack to ensure this exits, even is some threads are still running
|
||||||
common.force_exit()
|
common.force_exit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue