mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix return value
This commit is contained in:
parent
ab8a93b4a4
commit
a73d8f947d
1 changed files with 4 additions and 1 deletions
|
|
@ -1038,7 +1038,10 @@ def get_imageio_config_preset(
|
|||
" either missing or there is typo in path inputs"
|
||||
)
|
||||
|
||||
return config_data
|
||||
return {
|
||||
"path": config_data.path,
|
||||
"template": config_data.template,
|
||||
}
|
||||
|
||||
|
||||
def _get_host_config_data(templates, template_data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue