diff --git a/fdroidserver/build.py b/fdroidserver/build.py index d269e46d..ebcdc861 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -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()