log list name

This commit is contained in:
j 2023-11-18 21:31:45 +01:00
parent 1f14fc216d
commit 94fa6d0e28

View file

@ -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'] == '!=':