fix: autocorrect everything in api (#17859)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
fe19cc7568
commit
f04d52c044
17 changed files with 57 additions and 57 deletions
|
|
@ -45,7 +45,7 @@ def main():
|
|||
if is_tiflash_ready:
|
||||
break
|
||||
else:
|
||||
print(f"Attempt {attempt + 1} failed,retry in {retry_interval_seconds} seconds...")
|
||||
print(f"Attempt {attempt + 1} failed, retry in {retry_interval_seconds} seconds...")
|
||||
time.sleep(retry_interval_seconds)
|
||||
|
||||
if is_tiflash_ready:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue