Skip to content

Commit

Permalink
Change location of debug argparse argument
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandan committed Feb 21, 2024
1 parent 24eeb6b commit 00cb1d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions STACpopulator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def make_main_parser() -> argparse.ArgumentParser:
)

# add more commands as needed...
parser.add_argument("--debug", action="store_true", help="Set logger level to debug")

return parser

Expand Down
1 change: 0 additions & 1 deletion STACpopulator/implementations/CMIP6_UofT/add_CMIP6.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def make_parser() -> argparse.ArgumentParser:
"By default, uses the adjacent configuration to the implementation class."
),
)
parser.add_argument("--debug", action="store_true", help="Set logger level to debug")
add_request_options(parser)
return parser

Expand Down

0 comments on commit 00cb1d2

Please sign in to comment.