From 9212a2a0f7aba01d22aec770b0755fc88ecef7c0 Mon Sep 17 00:00:00 2001 From: Boyan Date: Wed, 18 Oct 2023 14:20:36 +0200 Subject: [PATCH] Works --- ucompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucompile b/ucompile index 0a3ff09..cc7fa1f 100755 --- a/ucompile +++ b/ucompile @@ -3,7 +3,7 @@ import argparse from os import system,popen from glob import glob -def run_input_cases(program, verbose, output): +def run_input_cases(program, verbose, output=False): input_files = glob("./*.in") if len(input_files) < 1: