graasp / graasp/graasp-app-code-capsule

Execution environnement is not reset between executions

Open
#13 0 comments 0 reactions 1 assignee Claimed by @spaenleh View on GitHub
bug :beetle:
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This can lead to overriding some functions in python and not being able to fix the problem.

For example:
```py
list = 0
```

And then:
```py
a = list()
```
Will cause an error because list is not a function anymore.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.