summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 1e31a20a..6679ee31 100644
--- a/project.py
+++ b/project.py
@@ -1051,7 +1051,7 @@ class Project(object):
1051 prune=False, 1051 prune=False,
1052 submodules=False, 1052 submodules=False,
1053 clone_filter=None, 1053 clone_filter=None,
1054 partial_clone_exclude=None): 1054 partial_clone_exclude=set()):
1055 """Perform only the network IO portion of the sync process. 1055 """Perform only the network IO portion of the sync process.
1056 Local working directory/branch state is not affected. 1056 Local working directory/branch state is not affected.
1057 """ 1057 """