1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 05:08:49 +02:00

Prevent some errors

This commit is contained in:
Emmy D'Anello
2025-04-23 21:02:49 +02:00
parent 032b67ac51
commit 626433c464
3 changed files with 6 additions and 5 deletions

View File

@ -1628,7 +1628,7 @@ class Pool(models.Model):
def update_juries_lines_spreadsheet(self):
if not self.participations.count() or not self.passages.count():
# Not initialized yet
# Not initialized yet
return
translation.activate(settings.PREFERRED_LANGUAGE_CODE)