Spaces:
Runtime error
Runtime error
Update python_interpreter_tool.py
Browse files
python_interpreter_tool.py
CHANGED
@@ -27,7 +27,7 @@ class PythonInterpreter(Tool):
|
|
27 |
rmdir = os.rmdir
|
28 |
chdir = os.chdir
|
29 |
|
30 |
-
reliability_guard()
|
31 |
try:
|
32 |
exec_globals = {}
|
33 |
with capture_stdout() as output:
|
|
|
27 |
rmdir = os.rmdir
|
28 |
chdir = os.chdir
|
29 |
|
30 |
+
#reliability_guard()
|
31 |
try:
|
32 |
exec_globals = {}
|
33 |
with capture_stdout() as output:
|