mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
This commit is contained in:
parent
1f9bbd5820
commit
29ef07aada
1 changed files with 3 additions and 3 deletions
|
|
@ -254,9 +254,9 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
if key in os.environ}, **api.Session)
|
||||
# self.log.debug("enviro: {}".format(pprint(environment)))
|
||||
|
||||
for path in os.environ:
|
||||
if path.lower().startswith('openpype_'):
|
||||
environment[path] = os.environ[path]
|
||||
for _path in os.environ:
|
||||
if _path.lower().startswith('openpype_'):
|
||||
environment[_path] = os.environ[_path]
|
||||
|
||||
clean_environment = {}
|
||||
for key, value in environment.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue