fix indent (#20071)

This commit is contained in:
TaoBeier 2017-01-11 10:47:03 +08:00 committed by Toshio Kuratomi
commit 6ec0369c26
4 changed files with 5 additions and 5 deletions

View file

@ -129,7 +129,7 @@ if __name__ == '__main__':
log_only = False
else:
display.display("to see the full traceback, use -vvv")
log_only = True
log_only = True
display.display(u"the full traceback was:\n\n%s" % to_text(traceback.format_exc()), log_only=log_only)
exit_code = 250
finally: