mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
fixed typo
This commit is contained in:
@ -226,7 +226,7 @@ def process_row(repo, client, dest: str, updates: dict, force: bool = False, ver
|
|||||||
return
|
return
|
||||||
pbar.update(1)
|
pbar.update(1)
|
||||||
|
|
||||||
pbar.set_postfix_str("Runing tests...")
|
pbar.set_postfix_str("Running tests...")
|
||||||
tested = test_repo(build_file, container, updates)
|
tested = test_repo(build_file, container, updates)
|
||||||
clean_repo(build_file, container)
|
clean_repo(build_file, container)
|
||||||
if not tested:
|
if not tested:
|
||||||
|
Reference in New Issue
Block a user