Skip to content

Commit

Permalink
verbose debug as subparser options.
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jan 5, 2022
1 parent 4e6c6a2 commit 3e5fedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/subset_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def get_parser():
type=str,
default="",
)
add_logging_args(subparser)

# -- print help for both subparsers
parser.epilog = textwrap.dedent(
Expand Down Expand Up @@ -576,7 +577,6 @@ def main():
# add logging flags from ctsm_logging
setup_logging_pre_config()
parser = get_parser()
add_logging_args(parser)
args = parser.parse_args()
process_logging_args(args)

Expand Down

0 comments on commit 3e5fedd

Please sign in to comment.