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. self._fetch_times = _FetchTimes(manifest) self._local_sync_state = LocalSyncState(manifest) - if not opt.local_only and not opt.repo_upgraded: + if not opt.local_only: with multiprocessing.Manager() as manager: with ssh.ProxyManager(manager) as ssh_proxy: # Initialize the socket dir once in the parent.