merger cat: remove self._update duplicates

similar to https://review.opendev.org/c/zuul/zuul/+/776842
self._update is called in the try section.

Change-Id: I4d2991aac74b8ae4e5b8dc2c520c716ae9db645f
This commit is contained in:
Guillaume Chauvel 2021-02-24 17:48:08 +01:00
parent db9b075b6e
commit c0d46c2b37
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ class BaseMergeServer(metaclass=ABCMeta):
connection_name = args['connection']
project_name = args['project']
self._update(connection_name, project_name)
lock = self.repo_locks.getRepoLock(connection_name, project_name)
try: