evaluation script small update

This commit is contained in:
Isadora White 2025-03-09 22:51:00 -07:00
parent 57a1fa20b5
commit 5103cd82eb

View file

@ -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)