Skip to content

Commit

Permalink
sanity whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 12, 2023
1 parent 0fa4594 commit c8c5e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/connection/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def _prepare_terminal(self):
if disable_prompt_complete is False:
match = disable_prompt_reply.search(stdout)
if match:
stdout = stdout[match.end() :]
stdout = stdout[match.end():]
disable_prompt_complete = True

if not disable_prompt_complete:
Expand Down

0 comments on commit c8c5e3f

Please sign in to comment.