mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
Add annotations to opensource/fbcode_builder
Reviewed By: shannonzhu Differential Revision: D34357770 fbshipit-source-id: fde97212d0e0cbd203e094486f3620205d861faa
This commit is contained in:

committed by
Facebook GitHub Bot
parent
6f5c74656b
commit
6933945fd5
@@ -158,7 +158,7 @@ def tpx_path() -> str:
|
||||
return "xplat/testinfra/tpx/ctp.tpx"
|
||||
|
||||
|
||||
def path_search(env, exename, defval=None):
|
||||
def path_search(env, exename: str, defval=None):
|
||||
"""Search for exename in the PATH specified in env.
|
||||
exename is eg: `ninja` and this function knows to append a .exe
|
||||
to the end on windows.
|
||||
|
Reference in New Issue
Block a user