mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
213741d652
commit
8f8545e2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class FlamePrelaunch(PreLaunchHook):
|
|||
project_name = project_doc["name"]
|
||||
|
||||
# get image io
|
||||
project_anatomy = get_anatomy_settings(project_name)
|
||||
project_anatomy = self.data["anatomy"]
|
||||
|
||||
# make sure anatomy settings are having flame key
|
||||
if not project_anatomy["imageio"].get("flame"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue