mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixing assert message
This commit is contained in:
parent
435408dc14
commit
a810dfe78a
1 changed files with 3 additions and 3 deletions
|
|
@ -308,9 +308,9 @@ def create_timeline_item(
|
|||
|
||||
assert output_timeline_item, AssertionError((
|
||||
"Clip name '{}' was't created on the timeline: '{}' \n\n"
|
||||
"Please check if the clip is in the media pool or if the timeline \n"
|
||||
"is having activated correct track name, or if it is not already \n"
|
||||
"having any clip add place on the timeline in: '{}' out: '{}'. \n\n"
|
||||
"Please check if correct track position is activated, \n"
|
||||
"or if a clip is not already at the timeline in \n"
|
||||
"position: '{}' out: '{}'. \n\n"
|
||||
"Clip data: {}"
|
||||
).format(
|
||||
clip_name, timeline.GetName(), timecode_in, timecode_out, clip_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue