mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
fix indent (#20071)
This commit is contained in:
parent
1786c81a65
commit
6ec0369c26
4 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue