From 7d6ebd11a987e200b7f7b40873418fbc36dba592 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:28:43 +0200 Subject: [PATCH] reformating --- gpt_env/exec_python_code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpt_env/exec_python_code.py b/gpt_env/exec_python_code.py index 69cf7fd..c4fb785 100644 --- a/gpt_env/exec_python_code.py +++ b/gpt_env/exec_python_code.py @@ -54,4 +54,5 @@ def test2(): result = run_code(code_str1, create_namespace()) print(result) -test2() \ No newline at end of file +if __name__ == "__main__": + test2()