fixed bug
This commit is contained in:
parent
84f36247a8
commit
5dbf86164a
2
ucompile
2
ucompile
@ -13,7 +13,7 @@ def check_dependencies() -> None:
|
|||||||
|
|
||||||
for command in commands:
|
for command in commands:
|
||||||
if os.system(f"which {command} > /dev/null") != 0:
|
if os.system(f"which {command} > /dev/null") != 0:
|
||||||
print(f"{Fore.ORANGE}WARNING: {command} not found{Style.RESET_ALL}")
|
print(f"{Fore.RED}WARNING: {command} not found{Style.RESET_ALL}")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user