Skip to content

Commit

Permalink
lxc_ssh.py: rm comment, setup.cfg: increase max-line-length for pycod…
Browse files Browse the repository at this point in the history
…estyle
  • Loading branch information
stefangweichinger committed May 20, 2021
1 parent 20a0170 commit 0b1bf43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansible/plugins/connection_plugins/lxc_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#

from __future__ import absolute_import, division, print_function

Expand Down Expand Up @@ -895,9 +894,6 @@ def _examine_output(self, source, state, b_chunk, sudoable):
display_line = to_text(b_line).rstrip("\r\n")
suppress_output = False

# @stefangweichinger: I don't know how to correctly write *this* one
# display.debug("Examining line (source=%s, state=%s):
# '%s'" % (source, state, display_line))
if self._play_context.prompt and self.check_password_prompt(b_line):
display.debug(
"become_prompt: (source=%s, state=%s): '%s'"
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ home = develop --install-dir ~/lib/python/ --script-dir ~/bin
devel = develop --multi-version --install-dir bin
daily = egg_info --tag-svn-revision --tag-build=dev bdist sdist
release = egg_info sdist register upload upload_docs

[pycodestyle]
statistics = True
max-line-length = 89

0 comments on commit 0b1bf43

Please sign in to comment.