diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |