diff --git a/src/annotation_service/annotation_jobs/heredicare_job.py b/src/annotation_service/annotation_jobs/heredicare_job.py index 2b91aa4a..8eb1a471 100644 --- a/src/annotation_service/annotation_jobs/heredicare_job.py +++ b/src/annotation_service/annotation_jobs/heredicare_job.py @@ -95,7 +95,7 @@ def annotate_heredicare(self, variant_id, conn): try: classification_date = datetime.strptime(classification_date, "%d.%m.%Y") except: - err_msg += "The date could not be saved in the database. Format should be dd.mm.yyyy, but was: " + str(classification_date) + err_msg += "The date could not be saved in the database. Format should be dd.mm.yyyy, but was: " + str(classification_date) + " for VID " + str(vid) status_code = 1 if status_code == 0: