mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
check against lowered value
This commit is contained in:
parent
37e7b31feb
commit
4ce342d356
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ class ShotMetadataSolver:
|
|||
# in case first parent is project then start parents from start
|
||||
if (
|
||||
_index == 0
|
||||
and parent_token_type == "Project"
|
||||
and parent_token_type.lower() == "project"
|
||||
):
|
||||
project_parent = parents[0]
|
||||
parents = [project_parent]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue