merger fileschanges: remove self._update duplicates

self._update is called in the try section.

Change-Id: I8347e1fb964f86a99c118452145ea10f776387e7
This commit is contained in:
Guillaume Chauvel 2021-02-21 23:10:04 +01:00
parent 4f897f8b9f
commit 73093e6d4b
1 changed files with 0 additions and 2 deletions

View File

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