From db7e1614bbac2f40dca8fb146d6f9587d841179f Mon Sep 17 00:00:00 2001 From: MarvinDo Date: Fri, 26 Jul 2024 09:43:21 +0200 Subject: [PATCH] added vid to classification_date error --- src/annotation_service/annotation_jobs/heredicare_job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: