mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 17:56:38 +02:00
Duplicate solutions from regional tournament to final tournament after selection
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -1561,7 +1561,7 @@ class Tweak(models.Model):
|
||||
|
||||
def get_solution_filename(instance, filename):
|
||||
return f"solutions/{instance.participation.team.trigram}_{instance.problem}" \
|
||||
+ ("final" if instance.final_solution else "")
|
||||
+ ("_final" if instance.final_solution else "")
|
||||
|
||||
|
||||
def get_synthesis_filename(instance, filename):
|
||||
|
Reference in New Issue
Block a user