graasp / graasp/graasp-app-code-capsule
Execution environnement is not reset between executions
Open
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.