We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39151be commit 06a83f6Copy full SHA for 06a83f6
tests/plugins/meshroom/pluginA/PluginAInputNode.py
@@ -3,7 +3,7 @@
3
from meshroom.core import desc
4
5
6
-class PluginANodeA(desc.InputNode):
+class PluginAInputNode(desc.InputNode):
7
inputs = [
8
desc.File(
9
name="input",
0 commit comments