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

multichartz
Tyler Goodlet 2022-12-01 09:33:53 -05:00
parent f2179dc6f8
commit f850959a39
1 changed files with 1 additions and 1 deletions

View File

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