Skip to content

Commit

Permalink
Update frepp.py so branch does not default to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kiihne-noaa authored Nov 15, 2024
1 parent fe5fc2c commit 2d28f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fre/pp/frepp.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ def configure_yaml(context,yamlfile,experiment,platform,target):
required=True)
@click.option("-b", "--branch",
show_default=True,
default="main", type=str,
default=None, type=NoneType,
help="Name of fre2/workflows/postproc branch to clone; " \
"defaults to 'main'. Not intended for production use, " \
"defaults to None. Not intended for production use, " \
"but needed for branch testing." )
@click.pass_context
def checkout(context, experiment, platform, target, branch='main'):
Expand Down

0 comments on commit 2d28f49

Please sign in to comment.