mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-19 13:00:32 -05:00
fix(curriculum): removed line that creates __locals in python test ev… (#54828)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com> Co-authored-by: Ilenia M <nethleen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5dcda26ca0
commit
7c6161c489
@@ -168,9 +168,7 @@ with open("/user_code.py", "r") as f:
|
||||
}
|
||||
});
|
||||
}
|
||||
// TODO: remove the next line, creating __locals, once all the tests access
|
||||
// variables directly.
|
||||
runPython('__locals = globals()');
|
||||
|
||||
await test();
|
||||
|
||||
ctx.postMessage({ pass: true });
|
||||
|
||||
Reference in New Issue
Block a user