Skip to content

Commit f44eded

Browse files
committed
Fix flake error
1 parent e1ff5cf commit f44eded

File tree

2 files changed

+1193
-1
lines changed

2 files changed

+1193
-1
lines changed

lnt/tests/test_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def _filter_exec_samples(self, reports, json_reports):
652652
logger.info("Dropping first execution sample (iteration 0)")
653653
else:
654654
logger.info("Dropping first %d execution samples (iterations 0-%d)" %
655-
(drop_exec_count, drop_exec_count - 1))
655+
(drop_exec_count, drop_exec_count - 1))
656656

657657
logger.info("Kept %d of %d execution samples after --drop-exec filtering" %
658658
(len(filtered_reports), len(reports)))

0 commit comments

Comments
 (0)