diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3505,7 +3505,7 @@ class ManifestProject(MetaProject): | |||
3505 | @property | 3505 | @property |
3506 | def partial_clone_exclude(self): | 3506 | def partial_clone_exclude(self): |
3507 | """Partial clone exclude string""" | 3507 | """Partial clone exclude string""" |
3508 | return self.config.GetBoolean('repo.partialcloneexclude') | 3508 | return self.config.GetString('repo.partialcloneexclude') |
3509 | 3509 | ||
3510 | @property | 3510 | @property |
3511 | def manifest_platform(self): | 3511 | def manifest_platform(self): |