Skip to content

Commit

Permalink
set pgp4=true as arg default
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 14, 2025
1 parent 09ed57f commit 2772fde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions software/scripts/devGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def __call__( self , parser, namespace,values, option_string = None):
parser.add_argument(
"--pgp4",
type = argBool,
required = True,
required = False,
default = True,
help = "False = PGP2b, True = PGPv4",
)

Expand Down Expand Up @@ -190,7 +191,7 @@ def __call__( self , parser, namespace,values, option_string = None):

# Otherwise assume it is relative in a standard development directory structure
except:

q
# Check for release zip file path
if args.releaseZip is not None:
pyrogue.addLibraryPath(args.releaseZip + '/python')
Expand Down

0 comments on commit 2772fde

Please sign in to comment.