ansible: tidy up annoying syntax

pull/193/head
David Wilson 7 years ago
parent c14f6c98d1
commit 20de3489de

@ -104,9 +104,8 @@ def start_fork_parent(econtext):
polluting the global interpreter state in a way that effects explicitly
isolated modules.
"""
mitogen.parent.upgrade_router(econtext)
global _fork_parent
mitogen.parent.upgrade_router(econtext)
_fork_parent = econtext.router.fork()

Loading…
Cancel
Save