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 9d7476b4..619cdfd1 100644
--- a/project.py
+++ b/project.py
@@ -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):