Skip to content

Commit

Permalink
Fix refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Aug 31, 2024
1 parent c5c0ef5 commit 46741bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/ayon_usd/hooks/pre_resolver_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def _setup_resolver(self, local_resolver, settings):
)

updated_env = utils.get_resolver_setup_info(
local_resolver, settings, self.app_name, self.log,
env=self.launch_context.env
local_resolver, settings, env=self.launch_context.env
)
self.launch_context.env.update(updated_env)

Expand Down

0 comments on commit 46741bf

Please sign in to comment.