mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/lib/execute.py
This commit is contained in:
parent
85196b68f4
commit
7264ce3aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def run_openpype_process(*args, **kwargs):
|
||||||
# - fill more if you find more
|
# - fill more if you find more
|
||||||
env = clean_envs_for_openpype_process(os.environ)
|
env = clean_envs_for_openpype_process(os.environ)
|
||||||
|
|
||||||
# Add OpenPype version if we are running from build.
|
# Only keep OpenPype version if we are running from build.
|
||||||
if not is_running_from_build():
|
if not is_running_from_build():
|
||||||
env.pop("OPENPYPE_VERSION", None)
|
env.pop("OPENPYPE_VERSION", None)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue