mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
fixup! pick: Fix a lot of locking issues
This commit is contained in:
parent
1f45634d20
commit
2efd0d623e
1 changed files with 1 additions and 2 deletions
|
|
@ -263,8 +263,7 @@ class UI:
|
||||||
break
|
break
|
||||||
|
|
||||||
async def save(self) -> None:
|
async def save(self) -> None:
|
||||||
async with core.STATE_LOCK.write():
|
core.save(itertools.chain(self.new_commits, self.previous_commits))
|
||||||
core.save(itertools.chain(self.new_commits, self.previous_commits))
|
|
||||||
|
|
||||||
def add(self) -> None:
|
def add(self) -> None:
|
||||||
"""Add an additional commit which isn't nominated."""
|
"""Add an additional commit which isn't nominated."""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue