Skip to content

Commit 9e974b4

Browse files
committed
Fix mechanism to use correct class
1 parent 3af927f commit 9e974b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/extended_python_generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class ExtendedPythonGenerator extends PythonGenerator {
167167
return "OpMode";
168168
}
169169
if(moduleType == commonStorage.MODULE_TYPE_MECHANISM){
170-
return "OpMode";
170+
return "Mechanism";
171171
}
172172
return "";
173173
}

0 commit comments

Comments
 (0)