dev
This commit is contained in:
2
ucompile
2
ucompile
@ -123,7 +123,7 @@ def run_input_cases(program, args):
|
||||
|
||||
def python_compile(file_name, args):
|
||||
try:
|
||||
if os.system("which pypy3 > /dev/null") == 0:
|
||||
if os.system("which pypy3 &> /dev/null") == 0:
|
||||
print(f"{Fore.LIGHTMAGENTA_EX}Using pypy3{Style.RESET_ALL}")
|
||||
run_input_cases("pypy3 " + file_name, args)
|
||||
return
|
||||
|
Reference in New Issue
Block a user