fixing typo

This commit is contained in:
Jakub Jezek 2023-08-04 16:56:34 +02:00
parent 0a765c4528
commit 255b65780f
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -39,7 +39,7 @@ class OCIOEnvHook(PreLaunchHook):
project_settings=self.data["project_settings"],
anatomy_data=template_data,
anatomy=self.data["anatomy"],
environment=self.launch_context.env,
env=self.launch_context.env,
)
if config_data: