diff --git a/pandora/sequence/extract.py b/pandora/sequence/extract.py index 6b6c24952..4cd420323 100644 --- a/pandora/sequence/extract.py +++ b/pandora/sequence/extract.py @@ -122,4 +122,4 @@ def get_cut_sequences(stream, position=0): 'out': cut, }) position = cut - return sequences + return sequences, position