mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix check whether instance was found (it may be falsey if empty instance list)
This commit is contained in:
parent
ca2c6264a1
commit
5bb09d5256
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class AttachReviewables(
|
|||
),
|
||||
None,
|
||||
)
|
||||
if not attach_instance:
|
||||
if attach_instance is None:
|
||||
continue
|
||||
|
||||
# Skip inactive instances
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue