mitogen/ansible_mitogen
David Wilson 76ec4f201c issue #413: paper over harmless duplicate del_route()
Ideally it would only be called once, and in future maybe it can, but
right now we need to cope with these cases:

* Downstream parent notifies us of disconnection (DEL_ROUTE)
* We notify ourself of disconnection
* We notify ourself and so does downstream parent

It's case 3 that causes the error.
2018-11-04 17:49:45 +00:00
..
plugins issue #409: fix reference error in kubectl.py. 2018-10-31 12:39:43 +00:00
__init__.py
connection.py issue #369: disable reset_connection on Ansible<2.5.6 2018-10-31 18:30:03 +00:00
loaders.py issue #400: rework the monkeypatch. 2018-11-01 15:58:28 +00:00
logging.py
mixins.py ansible: fix temp cleanup regression and add test; closes #397. 2018-10-23 14:42:44 +01:00
module_finder.py
parsing.py
planner.py
process.py
runner.py issue #397: fix another case where stray tmpdirs can be left behind. 2018-10-23 15:29:03 +01:00
services.py issue #413: paper over harmless duplicate del_route() 2018-11-04 17:49:45 +00:00
strategy.py issue #400: rework the monkeypatch. 2018-11-01 15:58:28 +00:00
target.py ansible: fix another target.py format string. 2018-10-26 11:26:15 +01:00