We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b822c39 commit d285e51Copy full SHA for d285e51
src/sagemaker/predictor_async.py
@@ -303,9 +303,9 @@ def check_failure_file():
303
output_thread.start()
304
failure_thread.start()
305
306
- while (not output_file_found.is_set() and
307
- not failure_file_found.is_set() and
308
- not waiter_error_catched.is_set()):
+ while not output_file_found.is_set() and \
+ not failure_file_found.is_set() and \
+ not waiter_error_catched.is_set():
309
time.sleep(1)
310
311
if output_file_found.is_set():
0 commit comments