Sync charm-helpers

This commit is contained in:
Corey Bryant 2015-05-27 13:02:55 +00:00
parent f38e7befae
commit e102ee9b66

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))