Works
This commit is contained in:
parent
9bae27c366
commit
9212a2a0f7
2
ucompile
2
ucompile
@ -3,7 +3,7 @@ import argparse
|
|||||||
from os import system,popen
|
from os import system,popen
|
||||||
from glob import glob
|
from glob import glob
|
||||||
|
|
||||||
def run_input_cases(program, verbose, output):
|
def run_input_cases(program, verbose, output=False):
|
||||||
input_files = glob("./*.in")
|
input_files = glob("./*.in")
|
||||||
if len(input_files) < 1:
|
if len(input_files) < 1:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user