Sync charm-helpers
This commit is contained in:
parent
f0c0fe63f4
commit
6a0d635e80
@ -45,7 +45,7 @@ class GitUrlFetchHandler(BaseFetchHandler):
|
|||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def clone(self, source, dest, branch, depth):
|
def clone(self, source, dest, branch, depth=None):
|
||||||
if not self.can_handle(source):
|
if not self.can_handle(source):
|
||||||
raise UnhandledSource("Cannot handle {}".format(source))
|
raise UnhandledSource("Cannot handle {}".format(source))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user