mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Revert for backwards compatibility of client code
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
168a49dba6
commit
35a5d5f172
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ def run_openpype_process(*args, **kwargs):
|
|||
args = get_openpype_execute_args(*args)
|
||||
env = kwargs.pop("env", None)
|
||||
# Keep env untouched if are passed and not empty
|
||||
if env is None:
|
||||
if not env:
|
||||
# Skip envs that can affect OpenPype process
|
||||
# - fill more if you find more
|
||||
env = clean_envs_for_openpype_process(os.environ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue