From 082cf2b1ea467ad90af823a91b0cf4ad25f56259 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 1 Dec 2022 09:33:53 -0500 Subject: [PATCH] Facepalm: actually return latest index on time slice fail.. --- piker/data/flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/data/flows.py b/piker/data/flows.py index 86166c2a..f665e5a8 100644 --- a/piker/data/flows.py +++ b/piker/data/flows.py @@ -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,