diff options
-rw-r--r-- | subcmds/sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. | |||
1776 | logger.error("error: Local checkouts *not* updated.") | 1776 | logger.error("error: Local checkouts *not* updated.") |
1777 | raise SyncFailFastError(aggregate_errors=errors) | 1777 | raise SyncFailFastError(aggregate_errors=errors) |
1778 | 1778 | ||
1779 | err_update_linkfiles = False | ||
1780 | try: | 1779 | try: |
1781 | self.UpdateCopyLinkfileList(m) | 1780 | self.UpdateCopyLinkfileList(m) |
1782 | except Exception as e: | 1781 | except Exception as e: |