Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Dec 10, 2024
1 parent 7a828e7 commit f6f378e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible_mitogen/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,11 +948,11 @@ def reset(self):
# have an action object, which we need for interpreter_discovery.
# Create a temporary action object for this purpose.
self._action = ansible_mitogen.mixins.ActionModuleMixin(
task=task,
task=0,
connection=self,
play_context=self._play_context,
loader=templar._loader,
templar=templar,
loader=0,
templar=0,
shared_loader_obj=0,
)
self._action_monkey_patched_by_mitogen = True
Expand Down

0 comments on commit f6f378e

Please sign in to comment.