mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
Add annotations to opensource/fbcode_builder
Reviewed By: shannonzhu Differential Revision: D34332682 fbshipit-source-id: 498c63851f98dd76502a20a9d1589df5b0c4e7b9
This commit is contained in:

committed by
Facebook GitHub Bot
parent
a9b46b7cc6
commit
1f77084c8e
@@ -221,7 +221,7 @@ class PythonWheelBuilder(BuilderBase):
|
||||
|
||||
def _add_sources(
|
||||
self, path_mapping: Dict[str, str], src_path: str, install_path: str
|
||||
):
|
||||
) -> None:
|
||||
s = os.lstat(src_path)
|
||||
if not stat.S_ISDIR(s.st_mode):
|
||||
path_mapping[src_path] = install_path
|
||||
|
Reference in New Issue
Block a user