Skip to content

Commit ee3c033

Browse files
ahornbyfacebook-github-bot
authored andcommitted
getdeps: stop error with build --clean and --src-dir=.
Summary: X-link: facebookincubator/zstrong#1026 fix the error shown with build --clean and --src-dir=. Reviewed By: jdelliot Differential Revision: D64985193 fbshipit-source-id: f933adb45a7385b13965b89e421b4f9284cf0ecb
1 parent f6ce4ad commit ee3c033

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/fbcode_builder/getdeps/fetcher.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ def hash(self) -> str:
155155
def get_src_dir(self):
156156
return self.path
157157

158+
def clean(self) -> None:
159+
pass
160+
158161

159162
class SystemPackageFetcher(object):
160163
def __init__(self, build_options, packages) -> None:

0 commit comments

Comments
 (0)