mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use f-string
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
54406c0489
commit
87205c5f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -2156,7 +2156,7 @@ def get_related_sets(node):
|
|||
s for s in sets
|
||||
if (
|
||||
not cmds.attributeQuery("id", node=s, exists=True)
|
||||
or cmds.getAttr("%s.id" % s) not in ignored
|
||||
or cmds.getAttr(f"{s}.id") not in ignored
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue