mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
also pass Application object to add_implementation_envs
This commit is contained in:
parent
6690f4a88c
commit
d43b3d1b2c
11 changed files with 12 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
|
||||
|
||||
def add_implementation_envs(env):
|
||||
def add_implementation_envs(env, _app):
|
||||
"""Modify environments to contain all required for implementation."""
|
||||
openharmony_path = os.path.join(
|
||||
os.environ["OPENPYPE_REPOS_ROOT"], "pype", "vendor", "OpenHarmony"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue