summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index c91ae217..93d9dcba 100644
--- a/project.py
+++ b/project.py
@@ -3982,7 +3982,7 @@ class ManifestProject(MetaProject):
3982 @property 3982 @property
3983 def depth(self): 3983 def depth(self):
3984 """Partial clone depth.""" 3984 """Partial clone depth."""
3985 return self.config.GetString("repo.depth") 3985 return self.config.GetInt("repo.depth")
3986 3986
3987 @property 3987 @property
3988 def clone_filter(self): 3988 def clone_filter(self):