Skip to content

Commit

Permalink
Removed redudant code (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasurde authored Sep 15, 2022
1 parent 2eab201 commit c50532a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible_runner/config/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ def _prepare_env(self, runner_mode='pexpect'):
self.expect_passwords[pexpect.TIMEOUT] = None
self.expect_passwords[pexpect.EOF] = None

self.pexpect_timeout = self.settings.get('pexpect_timeout', 5)
self.pexpect_use_poll = self.settings.get('pexpect_use_poll', True)
self.pexpect_timeout = self.settings.get('pexpect_timeout', 5)
self.pexpect_use_poll = self.settings.get('pexpect_use_poll', True)
self.idle_timeout = self.settings.get('idle_timeout', None)
Expand Down

0 comments on commit c50532a

Please sign in to comment.