From ccfb6b1a6d8e8bc5bbd4903b3ba10513051681bc Mon Sep 17 00:00:00 2001
From: Philipp Schmidt <philipp.schmidt@xfel.eu>
Date: Mon, 23 Jan 2023 13:36:45 +0100
Subject: [PATCH] Fix production name for GH2 aggregators

---
 webservice/webservice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/webservice.py b/webservice/webservice.py
index efedd964d..4183267ee 100644
--- a/webservice/webservice.py
+++ b/webservice/webservice.py
@@ -1232,7 +1232,7 @@ class ActionsServer:
             # Notebooks require one or three runs, depending on the
             # detector type and operation mode.
             triple = any(det in karabo_id for det in
-                         ["LPD", "AGIPD", "JUNGFRAU", "JF", "JNGFR", "G2"])
+                         ["LPD", "AGIPD", "JUNGFRAU", "JF", "JNGFR", "GH2"])
 
             # This fails silently if the hardcoded strings above are
             # ever changed (triple = False) but the underlying notebook
-- 
GitLab