Skip to content

Commit d285e51

Browse files
author
Ubuntu
committed
updateCodeStyle
1 parent b822c39 commit d285e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/predictor_async.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ 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() and
308-
not waiter_error_catched.is_set()):
306+
while not output_file_found.is_set() and \
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)