Skip to content

Commit

Permalink
Clarify context step example
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Oct 6, 2021
1 parent 1f313cb commit 7443358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gssapi/sec_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ def step(self, token=None):
try:
while not ctx.complete:
output_token = ctx.step(input_token)
if not output_token:
break
input_token = send_and_receive(output_token)
except GSSError as e:
handle_the_issue()
Expand Down

0 comments on commit 7443358

Please sign in to comment.