summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 3ad0627d..2953ee3b 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -528,7 +528,7 @@ later is required to fix a server side protocol bug.
528 528
529 pm.end() 529 pm.end()
530 530
531 return ret 531 return ret and not err_results
532 532
533 def _GCProjects(self, projects, opt, err_event): 533 def _GCProjects(self, projects, opt, err_event):
534 gc_gitdirs = {} 534 gc_gitdirs = {}