From d0e9d2702055f3fb2d4a5cf6bdbb1ef323533a77 Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Thu, 9 Jan 2025 09:09:18 -0800 Subject: [PATCH] updating enLclsII arg default to TRUE --- software/scripts/devGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/scripts/devGui.py b/software/scripts/devGui.py index b946b87..07bd89f 100755 --- a/software/scripts/devGui.py +++ b/software/scripts/devGui.py @@ -74,7 +74,7 @@ def __call__( self , parser, namespace,values, option_string = None): "--enLclsII", type = argBool, required = False, - default = False, # Default: Disable LCLS-II hardware registers + default = True, # Default: Disable LCLS-II hardware registers help = "Enable LCLS-II hardware registers", )