mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: removing redundant validation
This commit is contained in:
parent
845ad59d6c
commit
e5f6bca5d5
1 changed files with 0 additions and 7 deletions
|
|
@ -44,13 +44,6 @@ class FlamePrelaunch(PreLaunchHook):
|
|||
# get image io
|
||||
project_settings = self.data["project_settings"]
|
||||
|
||||
# make sure anatomy settings are having flame key
|
||||
if not project_settings["flame"].get("imageio"):
|
||||
raise ApplicationLaunchFailed(
|
||||
"Project settings are missing `flame/imageio` key. "
|
||||
"Please make sure to update project settings."
|
||||
)
|
||||
|
||||
imageio_flame = project_settings["flame"]["imageio"]
|
||||
|
||||
# get user name and host name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue