We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f29e6 commit cf371feCopy full SHA for cf371fe
common.py
@@ -1997,7 +1997,7 @@ def _build_one(
1997
)
1998
return ret
1999
2000
- def clean_pre(self):
+ def clean_pre(self, build_dir):
2001
pass
2002
2003
def clean(self):
@@ -2007,7 +2007,7 @@ def clean(self):
2007
self.sh.rmrf(build_dir)
2008
self.clean_post(build_dir)
2009
2010
- def clean_post(self):
+ def clean_post(self, build_dir):
2011
2012
2013
def build(self):
0 commit comments