mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix lint problems
This commit is contained in:
parent
10dcc4440c
commit
fa57cc4bdc
1 changed files with 2 additions and 2 deletions
|
|
@ -107,6 +107,6 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
|
||||
# if there are more than one, then it have multiple ouput nodes
|
||||
# return the one with the minimum 'outputidx'
|
||||
else :
|
||||
else:
|
||||
return min(outputs,
|
||||
key=lambda node : node.parm('outputidx').eval())
|
||||
key=lambda node : node.parm('outputidx').eval())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue