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 f7ed49e4..978b3beb 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -1834,7 +1834,7 @@ later is required to fix a server side protocol bug.
1834 1834
1835 self._fetch_times = _FetchTimes(manifest) 1835 self._fetch_times = _FetchTimes(manifest)
1836 self._local_sync_state = LocalSyncState(manifest) 1836 self._local_sync_state = LocalSyncState(manifest)
1837 if not opt.local_only and not opt.repo_upgraded: 1837 if not opt.local_only:
1838 with multiprocessing.Manager() as manager: 1838 with multiprocessing.Manager() as manager:
1839 with ssh.ProxyManager(manager) as ssh_proxy: 1839 with ssh.ProxyManager(manager) as ssh_proxy:
1840 # Initialize the socket dir once in the parent. 1840 # Initialize the socket dir once in the parent.