linting
This commit is contained in:
@@ -31,7 +31,8 @@ class Transcript:
|
|||||||
annotatios = {}
|
annotatios = {}
|
||||||
|
|
||||||
if len(args) != len(self.speakers):
|
if len(args) != len(self.speakers):
|
||||||
raise ValueError("Number of speaker names does not match number of speakers")
|
raise ValueError("Number of speaker names "\
|
||||||
|
"does not match number of speakers")
|
||||||
|
|
||||||
if args:
|
if args:
|
||||||
for arg,ospeaker in zip(args,self.speakers):
|
for arg,ospeaker in zip(args,self.speakers):
|
||||||
|
|||||||
Reference in New Issue
Block a user