mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2765 - revert of unwanted commit
This commit is contained in:
parent
91879de0ad
commit
bfbb2061bc
1 changed files with 1 additions and 3 deletions
|
|
@ -85,9 +85,7 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
with open(export_url) as fp:
|
||||
contents = json.load(fp)
|
||||
for key, value in contents.items():
|
||||
print("key:: {}".format(key))
|
||||
if key != 'NUMBER_OF_PROCESSORS':
|
||||
deadlinePlugin.SetProcessEnvironmentVariable(key, value)
|
||||
deadlinePlugin.SetProcessEnvironmentVariable(key, value)
|
||||
|
||||
print(">>> Removing temporary file")
|
||||
os.remove(export_url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue