cisstech / platon

Platform for Learning and Teaching Online
Other
14 stars 3 forks source link

Easydict fix #11

Closed clementga closed 1 year ago

clementga commented 1 year ago

Removed the usage of easydict in the runner.py for the python sandbox to get rid of a bug which occurred when attributes with the same name as a built in dictionary method were defines (for example, "items").

It broke the usage of the Python sandbox whenever this happened.