From 03b5f4d76b5b38c0f4e7a1276ab04de886f86a3e Mon Sep 17 00:00:00 2001
From: Karim Ahmed <karim.ahmed@xfel.eu>
Date: Mon, 30 Sep 2019 18:00:15 +0200
Subject: [PATCH] add detlab in manual launch

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

diff --git a/webservice/manual_launch.py b/webservice/manual_launch.py
index a56e7b4fe..dd0387800 100644
--- a/webservice/manual_launch.py
+++ b/webservice/manual_launch.py
@@ -8,7 +8,7 @@ import zmq
 parser = argparse.ArgumentParser(
     description='Request dark characterization. Will wait on data transfers to complete first!')
 parser.add_argument('--proposal', type=str, help='The proposal number, without leading p, but with leading zeros')
-parser.add_argument('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED"], help='The instrument')
+parser.add_argument('--instrument', type=str, choices=["SPB", "MID", "FXE", "SCS", "SQS", "HED", "DETLAB"], help='The instrument')
 parser.add_argument('--cycle', type=str, help='The facility cycle')
 parser.add_argument('--run', type=int, help='Run number as an integer')
 parser.add_argument('--mdc-id', type=int, help='Run id from MDC')
-- 
GitLab