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 a74777d commit f8b8352Copy full SHA for f8b8352
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