Skip to content

Commit

Permalink
remove offset of final block to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommel71 committed Feb 28, 2024
1 parent 5539bbb commit 51bf6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphsenselib/db/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ def get_item(index):

r = binary_search(GenericArrayFacade(get_item), 1, lo=start, hi=hb)
# r = get_last_notnone(GenericArrayFacade(get_item), start, hb)
r += 1

if r == -1:
# minus one could mean two things, either
Expand Down

0 comments on commit 51bf6ea

Please sign in to comment.