From 223c0a4347ac67204adc42addd1d0226caec9f21 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Thu, 26 Jun 2025 18:08:34 +0000 Subject: [PATCH] progress: Make end() idempotent This fixes the double "done" text on successful interleaved sync. Change-Id: I4f01418cb0340129a8f0a2a5835f7e3fa6a6b119 --- subcmds/sync.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/subcmds/sync.py b/subcmds/sync.py index 20d75dc89..781087bc1 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -2557,8 +2557,6 @@ later is required to fix a server side protocol bug. sync_event.set() sync_progress_thread.join() - pm.end() - err_update_projects, err_update_linkfiles = self._UpdateManifestLists( opt, err_event, errors )