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 0d1464e commit 7a0d635Copy full SHA for 7a0d635
src/blocks/mrc_class_method_def.ts
@@ -458,7 +458,7 @@ export const pythonFromBlock = function (
458
xfix2 = xfix1;
459
}
460
if(block.mrcPythonMethodName == '__init__'){
461
- branch = generator.INDENT + 'super().__init__()\n' +
+ branch = generator.INDENT + 'super().__init__(robot)\n' +
462
generator.defineClassVariables() + branch;
463
464
if (returnValue) {
0 commit comments