commit ceea577b1cfd03f242d1be97f9337f36cb85c4c2
parent ca9db46b9dd672545c7a7bf8e9ba297860c9cd9a
Author: Andrew Laack <andrew@laack.co>
Date: Sat, 21 Jun 2025 05:46:12 -0500
Bug: Updated formatting output issue
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ratchets"
-version = "0.2.9"
+version = "0.2.10"
description = "Ratcheted testing in Python."
authors = [
{ name = "Andrew Laack", email = "andrew@laack.co" }
diff --git a/src/ratchets/run_tests.py b/src/ratchets/run_tests.py
@@ -376,7 +376,7 @@ def print_issues_with_blames(
print()
print(
f"{section_name} — {test_name} ({len(sorted_matches)}"
- + f"issue{'s' if len(sorted_matches) != 1 else ''}):"
+ + f" issue{'s' if len(sorted_matches) != 1 else ''}):"
)
print()
count = 0