mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #4740 from BigRoy/extract_burnin_fix_env_pythonhome
This commit is contained in:
commit
852f6fedd0
3 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue