Merge pull request #317 from specklesystems/KatKatKateryna-patch-1
handle "append" with incoming type "list"
This commit is contained in:
Коммит
dbe3d759f6
|
@ -181,7 +181,7 @@ class AutomationContext:
|
|||
else []
|
||||
)
|
||||
if resource_ids:
|
||||
link_resources.append(*resource_ids)
|
||||
link_resources.extend(resource_ids)
|
||||
if not link_resources:
|
||||
raise Exception(
|
||||
"We do not have enough resource ids to compose a context view"
|
||||
|
|
Загрузка…
Ссылка в новой задаче