Merge pull request #4740 from BigRoy/extract_burnin_fix_env_pythonhome

This commit is contained in:
Milan Kolar 2023-04-03 17:59:12 +02:00 committed by GitHub
commit 852f6fedd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -336,8 +336,7 @@ class ExtractBurnin(publish.Extractor):
# Run burnin script
process_kwargs = {
"logger": self.log,
"env": {}
"logger": self.log
}
run_openpype_process(*args, **process_kwargs)