Commit 1c11d01c authored by bue's avatar bue
Browse files

@ appas_mema8v1 : smoketest bugfix

parent c85a89fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ class WorkflowStep3LigandSuperSet(models.Model):
        # annot_id
        s_dday = str(self.ligand_preparation_dday)
        s_dday = s_dday.replace("-","")
        self.annot_id = "LSk" + s_dday
        self.annot_id = self.label_ligandsuperset + "k" + s_dday
        super().save(*args, **kwargs)

    def __str__(self):