Skip to content

Commit d25e9bf

Browse files
author
Ubuntu
committed
updateCodeStyle
1 parent 09d226a commit d25e9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/predictor_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ def check_failure_file():
303303
output_thread.start()
304304
failure_thread.start()
305305

306-
while (not output_file_found.is_set() and
307-
not failure_file_found.is_set()
306+
while (not output_file_found.is_set() and
307+
not failure_file_found.is_set()
308308
and not waiter_error_catched.is_set()):
309309
time.sleep(1)
310310

0 commit comments

Comments
 (0)