mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
layer publish more than one container issue
This commit is contained in:
parent
99c7faf78f
commit
632ee268e1
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ class ExtractLayout(publish.Extractor):
|
|||
grp_name = asset.split(':')[0]
|
||||
container_sel = cmds.ls("{}*_CON".format(grp_name))
|
||||
if not container_sel:
|
||||
assert container_sel == [], \
|
||||
"Use all loaded contents without renaming and grouping!" # noqa
|
||||
assert container_sel == [], \
|
||||
"Use all loaded contents without renaming and grouping!" # noqa
|
||||
for con in container_sel:
|
||||
container = con
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue