We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f8b62 commit 4aeecb2Copy full SHA for 4aeecb2
weblate/trans/models/component.py
@@ -2814,7 +2814,6 @@ def check_template_valid(self) -> None:
2814
2815
def refresh_lock(self) -> None:
2816
"""Refresh the lock to avoid expiry in long operations."""
2817
- self.lock.reacquire()
2818
if self.linked_component and self.linked_component.lock.is_locked:
2819
self.linked_component.lock.reacquire()
2820
if self.repository.lock.is_locked:
0 commit comments