mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix logic
This commit is contained in:
parent
9ee69cfce8
commit
874d95270f
1 changed files with 2 additions and 2 deletions
|
|
@ -584,9 +584,9 @@ class SubsetWidget(QtWidgets.QWidget):
|
|||
for repre_doc in repre_docs:
|
||||
repre_ids.append(repre_doc["_id"])
|
||||
|
||||
# keep only version ids without representation with that name
|
||||
version_id = repre_doc["parent"]
|
||||
if version_id not in version_ids:
|
||||
version_ids.remove(version_id)
|
||||
version_ids.remove(version_id)
|
||||
|
||||
for version_id in version_ids:
|
||||
joined_subset_names = ", ".join([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue