Skip to content

Commit 2c1f0e4

Browse files
committed
Fixed change with new version
1 parent 7bffbfc commit 2c1f0e4

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
@@ -250,7 +250,7 @@ export class ExtendedPythonGenerator extends PythonGenerator {
250250
}
251251
});
252252
if (exported) {
253-
const variableName = variableModel.name;
253+
const variableName = variableModel.getName();
254254
const actualVariableName = super.getVariableName(variableModel.getId());
255255
const getPythonModuleVariableBlock = {
256256
'kind': 'block',

0 commit comments

Comments
 (0)