mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
log can be added as explicit arg
This commit is contained in:
parent
d045b83223
commit
49cfebb163
1 changed files with 1 additions and 5 deletions
|
|
@ -442,11 +442,7 @@ def _get_wrapped_with_subprocess(command_group, command, **kwargs):
|
|||
|
||||
log.info("Executing: {}".format(" ".join(args)))
|
||||
|
||||
process_kwargs = {
|
||||
"logger": log
|
||||
}
|
||||
|
||||
run_openpype_process(*args, **process_kwargs)
|
||||
run_openpype_process(*args, logger=log)
|
||||
|
||||
# return all colorspaces
|
||||
with open(tmp_json_path, "r") as f_:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue