mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
7e7ff8137d
* It's possible to have an exception raised in BaseTask.run() before the stdout handler gets defined. This is problematic when the exception handler tries to access that undefined var .. causing another exception. Note that the second exception is caught also but it's not desirable to lose the first exception. * This fix checks to see if the stdout handler var is defined before calling it's methods. Thus, we retain the original error message. |
||
---|---|---|
.. | ||
api | ||
conf | ||
lib | ||
locale | ||
main | ||
network_ui | ||
playbooks | ||
plugins | ||
settings | ||
sso | ||
static | ||
templates | ||
ui | ||
__init__.py | ||
asgi.py | ||
celery.py | ||
devonly.py | ||
urls.py | ||
wsgi.py |