log list name
This commit is contained in:
parent
1f14fc216d
commit
94fa6d0e28
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ def get_fragments(clips, voice_over, prefix):
|
|||
elif sub['key'] == "tags" and sub['operator'] == '!=':
|
||||
fragment['tags'].append(sub['value'])
|
||||
else:
|
||||
print('unknown sub condition', sub)
|
||||
print(l.name, 'unknown sub condition', sub)
|
||||
elif con.get('key') == "tags" and con['operator'] == '==':
|
||||
fragment['tags'].append(con['value'])
|
||||
elif con.get('key') == "tags" and con['operator'] == '!=':
|
||||
|
|
Loading…
Reference in a new issue