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,