make hound happy

This commit is contained in:
Mustafa-Zarkash 2023-07-06 13:47:52 +03:00
parent 44571c1f06
commit d58ef791f8

View file

@ -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'))