Skip to content

Commit 5d1e627

Browse files
author
Ubuntu
committed
updateCodeStyle
1 parent d285e51 commit 5d1e627

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
@@ -304,8 +304,8 @@ def check_failure_file():
304304
failure_thread.start()
305305

306306
while not output_file_found.is_set() and \
307-
not failure_file_found.is_set() and \
308-
not waiter_error_catched.is_set():
307+
not failure_file_found.is_set() and \
308+
not waiter_error_catched.is_set():
309309
time.sleep(1)
310310

311311
if output_file_found.is_set():

0 commit comments

Comments
 (0)