Facepalm: actually return latest index on time slice fail..

epoch_index_backup
Tyler Goodlet 2022-12-01 09:33:53 -05:00
parent 787fa53aa9
commit c5a352bc64
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class Flume(Struct):
return array['index'][mask][0] return array['index'][mask][0]
# just the latest index # just the latest index
array['index'][-1] return array['index'][-1]
def slice_from_time( def slice_from_time(
self, self,