Skip to content

Commit

Permalink
updating enLclsII arg default to TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 9, 2025
1 parent 760775d commit d0e9d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/scripts/devGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit d0e9d27

Please sign in to comment.