From f2fd633df5d62057c71af3e4f5cf489fe0e51342 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 24 Aug 2023 08:27:10 +0000
Subject: [PATCH] TMSS-2647: fixed typo

---
 SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py b/SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
index 231f10cdc37..faa3028d754 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/subtasks.py
@@ -1578,7 +1578,7 @@ def schedule_observation_subtask(observation_subtask: Subtask, misc_unavailable_
                                                          dataformat=dataformat,
                                                          datatype=datatype,
                                                          producer=output,
-                                                         specifications_doc={"sap": pointing["name"], "subband": subband, {"identifiers": "subband_index": sb_nr - sb_nr_offset}},
+                                                         specifications_doc={"sap": pointing["name"], "subband": subband, {"identifiers":  {"subband_index": sb_nr - sb_nr_offset}}},
                                                          specifications_template=dataproduct_specifications_template,
                                                          feedback_doc=dataproduct_feedback_doc,
                                                          feedback_template=dataproduct_feedback_template,
-- 
GitLab