Fix black formatting in ci_utils.py (#14932)
This commit is contained in:
@@ -209,9 +209,7 @@ def run_unittest_files(
|
|||||||
is_retriable, reason = is_retriable_failure(output)
|
is_retriable, reason = is_retriable_failure(output)
|
||||||
|
|
||||||
if is_retriable:
|
if is_retriable:
|
||||||
logger.info(
|
logger.info(f"\n[CI Retry] {filename} failed with {reason}")
|
||||||
f"\n[CI Retry] {filename} failed with {reason}"
|
|
||||||
)
|
|
||||||
logger.info(
|
logger.info(
|
||||||
f"[CI Retry] Waiting {retry_wait_seconds}s before retry...\n"
|
f"[CI Retry] Waiting {retry_wait_seconds}s before retry...\n"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user