mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
build: has no pretty option (closes #742)
This commit is contained in:
parent
21f5bd73a7
commit
b6e6ce87cb
@ -1275,7 +1275,7 @@ def main():
|
||||
newpage = site.Pages['build']
|
||||
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
|
||||
common.force_exit()
|
||||
|
Loading…
Reference in New Issue
Block a user