From a0fc6ffadc52d55dfe8c257419edc94e36292af1 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 15 Jun 2016 14:55:45 +0200 Subject: [PATCH] typo --- pandora/sequence/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/sequence/extract.py b/pandora/sequence/extract.py index bca376a02..fd06c9795 100644 --- a/pandora/sequence/extract.py +++ b/pandora/sequence/extract.py @@ -105,7 +105,7 @@ class DataTimeline(): def get_cut_sequences(stream): timeline = DataTimeline(stream.timeline_prefix) - if not time.timeline_width: + if not timeline.timeline_width: return {} cuts = list(stream.cuts) + [stream.duration] modes = ['color', 'shape']