Skip to content

Commit

Permalink
make sure valid_pulses_to_linelocs is not called with None in cvbsdecode
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Nov 1, 2024
1 parent afd975b commit 4b3d2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvbsdecode/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def compute_linelocs(self):
self.skipdetected = numlines < (self.linecount - 5)
else:
self.skipdetected = False
lastlineloc = 0

if line0loc is None:
if self.initphase is False:
Expand Down

0 comments on commit 4b3d2eb

Please sign in to comment.