1
0
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:
Pyre Bot Jr
2022-02-18 20:04:07 -08:00
committed by Facebook GitHub Bot
parent 6f5c74656b
commit 6933945fd5
2 changed files with 5 additions and 5 deletions

View File

@@ -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.