mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix hound 🐕
This commit is contained in:
parent
6d309c0a28
commit
edefd8bff1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class CreateHDA(plugin.Creator):
|
|||
to_hda = subnet
|
||||
else:
|
||||
to_hda = out.createNode(
|
||||
"subnet", node_name="{}_subnet".format(self.name))
|
||||
"subnet", node_name="{}_subnet".format(self.name))
|
||||
if not to_hda.type().definition():
|
||||
# if node type has not its definition, it is not user
|
||||
# created hda. We test if hda can be created from the node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue