mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed webpublisher settings conversion
This commit is contained in:
parent
de643a13d8
commit
4e2ee7aaac
1 changed files with 0 additions and 9 deletions
|
|
@ -560,15 +560,6 @@ def _convert_webpublisher_project_settings(ayon_settings, output):
|
|||
|
||||
ayon_webpublisher = ayon_settings["webpublisher"]
|
||||
_convert_host_imageio(ayon_webpublisher)
|
||||
|
||||
ayon_publish = ayon_webpublisher["publish"]
|
||||
|
||||
ayon_collect_files = ayon_publish["CollectPublishedFiles"]
|
||||
ayon_collect_files["task_type_to_family"] = {
|
||||
item["name"]: item["value"]
|
||||
for item in ayon_collect_files["task_type_to_family"]
|
||||
}
|
||||
|
||||
output["webpublisher"] = ayon_webpublisher
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue