diff --git a/ipwb/replay.py b/ipwb/replay.py index 82370e3c..9738ef32 100755 --- a/ipwb/replay.py +++ b/ipwb/replay.py @@ -237,10 +237,7 @@ def bin_search(iter, key, datetime=None): # Continue searching until find first instance right = mid elif matchDegree == MementoMatch.EXACTMATCH: - lines.clear() - lines.add(line) - - break + return [line] elif key > surtk: left = mid else: