Skip to content

Commit

Permalink
Update client/ayon_usd/hooks/pre_resolver_init.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
BigRoy and iLLiCiTiT authored Oct 21, 2024
1 parent de90ddf commit 08c4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_usd/hooks/pre_resolver_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InitializeAssetResolver(PreLaunchHook):
def execute(self):
"""Pre-launch hook entry method."""
project_settings = self.data["project_settings"]
if not project_settings["usd"]["lakefs"].get("enabled", False):
if not project_settings["usd"]["lakefs"]["enabled"]:
self.log.info(
"USD Binary distribution for AYON USD Resolver is"
" disabled.")
Expand Down

0 comments on commit 08c4e8d

Please sign in to comment.