diff options
author | TaoBeier <tao12345666333@163.com> | 2017-01-11 10:47:03 +0800 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-01-10 18:47:03 -0800 |
commit | 6ec0369c266786dac96b4ebd6b889d8d4bda2e62 (patch) | |
tree | e2c67e991bc9e0d21a139bdd1fedb413273c19a1 /bin | |
parent | 1786c81a654611fe2c4ca4f03904aab0b533c1ed (diff) | |
download | ansible-6ec0369c266786dac96b4ebd6b889d8d4bda2e62.tar.gz |
fix indent (#20071)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ansible | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible b/bin/ansible index 3fa7091819..22dd449d3f 100755 --- a/bin/ansible +++ b/bin/ansible @@ -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: |