removed webpublisher settings conversion

This commit is contained in:
Jakub Trllo 2024-02-13 17:30:39 +01:00
parent de643a13d8
commit 4e2ee7aaac

View file

@ -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