mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
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 matches |
||
---|---|---|
.. | ||
__init__.py | ||
assert.py | ||
async_status.py | ||
async_wrapper.py | ||
debug.py | ||
fail.py | ||
include_vars.py | ||
pause.py | ||
set_fact.py | ||
wait_for.py |