Skip to content

Commit 47955e2

Browse files
committed
retry lint
1 parent fc73c21 commit 47955e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/gardenlinux/features/reproducibility/markdown_formatter.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,12 @@ def _header(
191191
"""
192192

193193
successrate = round(
194-
100 * (len(self._diff_parser.successful) / len(self._diff_parser.expected_falvors)), 1
194+
100
195+
* (
196+
len(self._diff_parser.successful)
197+
/ len(self._diff_parser.expected_falvors)
198+
),
199+
1,
195200
)
196201

197202
emoji = (

0 commit comments

Comments
 (0)