ansible: tidy up annoying syntax
This commit is contained in:
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…
Reference in New Issue