better error
This commit is contained in:
parent
39427332b7
commit
191d7f8466
1 changed files with 1 additions and 1 deletions
|
|
@ -1619,7 +1619,7 @@ def process_reshoot_firstframe(character='P1', age=None, l=None):
|
|||
print('>> skip', item)
|
||||
continue
|
||||
if item.sort.duration > 12:
|
||||
print("only up to 12 second for single shot")
|
||||
print('>> skip', item, "only up to 12 second for single shot")
|
||||
pass
|
||||
#reshoot_item_segments(item, character)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue