Skip to content

Commit

Permalink
added vid to classification_date error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Jul 26, 2024
1 parent 2048c16 commit db7e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotation_service/annotation_jobs/heredicare_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db7e161

Please sign in to comment.