Apply suggestions from code review

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2022-02-17 16:35:00 +01:00 committed by GitHub
parent 213741d652
commit 8f8545e2b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"):