mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
BigRoy's comment
This commit is contained in:
parent
254a185963
commit
f7cc7f1908
1 changed files with 2 additions and 2 deletions
|
|
@ -387,7 +387,7 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
|
||||
if "PATH" in contents:
|
||||
PATH = contents["PATH"]
|
||||
print(f">>> Set 'PATH' Environment to: {PATH}")
|
||||
print(f">>> Setting 'PATH' Environment to: {PATH}")
|
||||
os.environ["PATH"] = PATH
|
||||
|
||||
script_url = job.GetJobPluginInfoKeyValue("ScriptFilename")
|
||||
|
|
@ -516,7 +516,7 @@ def inject_ayon_environment(deadlinePlugin):
|
|||
|
||||
if "PATH" in contents:
|
||||
PATH = contents["PATH"]
|
||||
print(f">>> Set 'PATH' Environment to: {PATH}")
|
||||
print(f">>> Setting 'PATH' Environment to: {PATH}")
|
||||
os.environ["PATH"] = PATH
|
||||
|
||||
script_url = job.GetJobPluginInfoKeyValue("ScriptFilename")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue