mirror of https://github.com/ansible/ansible.git
Py2.4: SystemExit in async_wrapper is not an error - compatibility fix
Prior to Python 2.5, SystemExit was a subclass of Exception. In Py2.4, this is causing extra error output on valid sys.exit(0). (Toshio) Call sys.exit from inside of the SystemExit exception handler so py2.4 and py2.5+ behaviour matchespull/18777/head
parent
079948eef0
commit
9fd52ac40e
Loading…
Reference in New Issue