[run_selector] correct a copy-paste typo

This commit is contained in:
Noe Brucy
2021-07-22 17:52:30 +02:00
parent 3e1ecdd67c
commit 5bade4fd58
+1 -1
View File
@@ -433,7 +433,7 @@ class RunSelector:
else:
nums = []
if time_max is not None:
imax = search(nums, time_min, "left")
imax = search(nums, time_max, "left")
if imax is not None:
nums = nums[: imax + 1]