diff options
Diffstat (limited to 'lib/bb/fetch2/local.py')
-rw-r--r-- | lib/bb/fetch2/local.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bb/fetch2/local.py b/lib/bb/fetch2/local.py index d77d3937..77a296ec 100644 --- a/lib/bb/fetch2/local.py +++ b/lib/bb/fetch2/local.py @@ -74,3 +74,7 @@ class Local(FetchMethod): if os.path.exists(urldata.localpath): return True return False + + def clean(self, urldata, d): + return + |