1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

Add annotations to opensource/fbcode_builder

Reviewed By: shannonzhu

Differential Revision: D34811565

fbshipit-source-id: 80fd0edb13a88e1a8974993f547727f55b1f71fb
This commit is contained in:
Pyre Bot Jr
2022-03-10 21:59:34 -08:00
committed by Facebook GitHub Bot
parent d446a44196
commit d44dd89520

View File

@@ -1098,7 +1098,7 @@ class NopBuilder(BuilderBase):
build_opts, ctx, manifest, src_dir, None, inst_dir build_opts, ctx, manifest, src_dir, None, inst_dir
) )
def build(self, install_dirs, reconfigure) -> None: def build(self, install_dirs, reconfigure: bool) -> None:
print("Installing %s -> %s" % (self.src_dir, self.inst_dir)) print("Installing %s -> %s" % (self.src_dir, self.inst_dir))
parent = os.path.dirname(self.inst_dir) parent = os.path.dirname(self.inst_dir)
if not os.path.exists(parent): if not os.path.exists(parent):