Skip to content

Commit b822c39

Browse files
author
Ubuntu
committed
updateCodeStyle
1 parent a174c1e commit b822c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/predictor_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ 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
307+
not failure_file_found.is_set() and
308308
not waiter_error_catched.is_set()):
309309
time.sleep(1)
310310

0 commit comments

Comments
 (0)