From 5103cd82eb20daed910a06b355dc9f87fb3b44d3 Mon Sep 17 00:00:00 2001 From: Isadora White Date: Sun, 9 Mar 2025 22:51:00 -0700 Subject: [PATCH] evaluation script small update --- evaluation_script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evaluation_script.py b/evaluation_script.py index a6708f2..b47dfb0 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -423,6 +423,7 @@ def main(): parser.add_argument('--insecure_coding', action='store_true', help='Enable insecure coding') args = parser.parse_args() + print(args) try: subprocess.run(['tmux', 'kill-server'], check=True)