fix hound 🐕

This commit is contained in:
Ondrej Samohel 2021-12-01 11:32:35 +01:00
parent 6d309c0a28
commit edefd8bff1
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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.