Fix missing colorspaceTemplate key

This commit is contained in:
Petr Kalis 2023-05-11 14:54:50 +02:00
parent a4434d932b
commit d745ebce16

View file

@ -472,6 +472,7 @@ def create_instances_for_aov(instance, skeleton, aov_filter,
colorspace_template, anatomy)
except ValueError as e:
log.warning(e)
additional_color_data["colorspaceTemplate"] = colorspace_template
# if there are subset to attach to and more than one AOV,
# we cannot proceed.