Sync charm-helpers

This commit is contained in:
Corey Bryant 2015-05-27 13:02:35 +00:00
parent f0c0fe63f4
commit 6a0d635e80

View File

@ -45,7 +45,7 @@ class GitUrlFetchHandler(BaseFetchHandler):
else:
return True
def clone(self, source, dest, branch, depth):
def clone(self, source, dest, branch, depth=None):
if not self.can_handle(source):
raise UnhandledSource("Cannot handle {}".format(source))