Skip to content

Commit 9d64018

Browse files
committed
revert to tuple
1 parent 6163186 commit 9d64018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evap/results/exporters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def write_overall_results(
266266

267267
self.write_cell(_("Evaluation weight"), "bold")
268268
self.write_cell("")
269-
weight_percentages = tuple(
269+
weight_percentages = (
270270
f"{e.weight_percentage}%" if gt1 else None
271271
for e, gt1 in zip(annotated_evaluations, count_gt_1, strict=True)
272272
)

0 commit comments

Comments
 (0)