From 1fd5c4bdf278daef16c75b2ac4119bafccad6279 Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Fri, 20 Oct 2023 13:19:35 -0700 Subject: [PATCH] sync: Fix tracking of broken links Change-Id: Ice4f4cc745cbac59f356bd4ce1124b6162894e61 Bug: b/113935847 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/390434 Tested-by: Jason Chang Reviewed-by: Josip Sokcevic Reviewed-by: Mike Frysinger Commit-Queue: Jason Chang --- subcmds/sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/subcmds/sync.py b/subcmds/sync.py index 48ceb468..2fea61d5 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -1776,7 +1776,6 @@ later is required to fix a server side protocol bug. logger.error("error: Local checkouts *not* updated.") raise SyncFailFastError(aggregate_errors=errors) - err_update_linkfiles = False try: self.UpdateCopyLinkfileList(m) except Exception as e: