hound: suggestion

This commit is contained in:
Jakub Jezek 2021-05-19 18:25:16 +02:00
parent 496e550d65
commit a4b1a90e31
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -53,8 +53,6 @@ def get_created_node_imageio_setting(**kwarg):
imageio_node = None
for node in imageio_nodes:
log.info(node)
if (node["nukeNodeClass"] != nodeclass) and (
creator not in node["plugins"]):
if (nodeclass in node["nukeNodeClass"]) and (
creator in node["plugins"]):
imageio_node = node