Compat for python < 3.8
This commit is contained in:
parent
e969dea3b7
commit
0e483f81ac
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ def add_from_file(x: str) -> None:
|
|||
return entries
|
||||
|
||||
|
||||
@lru_cache
|
||||
@lru_cache(maxsize=32)
|
||||
def find_exe(name: str) -> Optional[str]:
|
||||
import shutil
|
||||
ans = shutil.which(name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue