diff --git a/openpype/hosts/houdini/plugins/create/create_pointcache.py b/openpype/hosts/houdini/plugins/create/create_pointcache.py index b06fb64603..98d46d0eef 100644 --- a/openpype/hosts/houdini/plugins/create/create_pointcache.py +++ b/openpype/hosts/houdini/plugins/create/create_pointcache.py @@ -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())