diff --git a/distributed/bokeh/scheduler.py b/distributed/bokeh/scheduler.py index 02586c1e7f2..a2941bd6951 100644 --- a/distributed/bokeh/scheduler.py +++ b/distributed/bokeh/scheduler.py @@ -559,7 +559,7 @@ def update(self): if self.index == self.plugin.index: return with log_errors(): - if self.index and self.source.data['start']: + if self.index and len(self.source.data['start']): start = min(self.source.data['start']) duration = max(self.source.data['duration']) boundary = (self.offset + start - duration) / 1000