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 7bffbfc commit 2c1f0e4Copy full SHA for 2c1f0e4
src/editor/extended_python_generator.ts
@@ -250,7 +250,7 @@ export class ExtendedPythonGenerator extends PythonGenerator {
250
}
251
});
252
if (exported) {
253
- const variableName = variableModel.name;
+ const variableName = variableModel.getName();
254
const actualVariableName = super.getVariableName(variableModel.getId());
255
const getPythonModuleVariableBlock = {
256
'kind': 'block',
0 commit comments