build: has no pretty option (closes #742)

This commit is contained in:
Hans-Christoph Steiner 2020-02-19 20:19:14 +01:00
parent 21f5bd73a7
commit b6e6ce87cb
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -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()