Skip to content

Commit

Permalink
updateCodeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 20, 2025
1 parent 09d226a commit d25e9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sagemaker/predictor_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ def check_failure_file():
output_thread.start()
failure_thread.start()

while (not output_file_found.is_set() and
not failure_file_found.is_set()
while (not output_file_found.is_set() and
not failure_file_found.is_set()
and not waiter_error_catched.is_set()):
time.sleep(1)

Expand Down

0 comments on commit d25e9bf

Please sign in to comment.