Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2024
1 parent 98ac376 commit c19d903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-runner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def get_test_list(args: dict, tests_yaml: List[dict]):
docker.stop(container, time=None)
# Print Summary Table
logging.info(
"\n%s", tabulate(summary, headers=["#", "Test", "Status"], tablefmt="orgtbl")
"\n%s",
tabulate(summary, headers=["#", "Test", "Status"], tablefmt="orgtbl"),
)
test_images = [expandvars(test.img) for test in tests if test.img]
docker.image.remove(test_images, force=True)
Expand Down

0 comments on commit c19d903

Please sign in to comment.