summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 7c4c468a..175748a6 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -1831,7 +1831,7 @@ later is required to fix a server side protocol bug.
1831 1831
1832 self._fetch_times = _FetchTimes(manifest) 1832 self._fetch_times = _FetchTimes(manifest)
1833 self._local_sync_state = LocalSyncState(manifest) 1833 self._local_sync_state = LocalSyncState(manifest)
1834 if not opt.local_only: 1834 if not opt.local_only and not opt.repo_upgraded:
1835 with multiprocessing.Manager() as manager: 1835 with multiprocessing.Manager() as manager:
1836 with ssh.ProxyManager(manager) as ssh_proxy: 1836 with ssh.ProxyManager(manager) as ssh_proxy:
1837 # Initialize the socket dir once in the parent. 1837 # Initialize the socket dir once in the parent.