mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make hound happy
This commit is contained in:
parent
44571c1f06
commit
d58ef791f8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,4 +108,4 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
# return the one with the minimum 'outputidx'
|
||||
else:
|
||||
return min(outputs,
|
||||
key=lambda node : node.evalParm('outputidx'))
|
||||
key=lambda node: node.evalParm('outputidx'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue